diff --git a/Cargo.toml b/Cargo.toml index 3e774b7..7499f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,12 @@ features = [ "alloc" ] [dependencies.nom] version = "5.1.2" default-features = false -features= [] +features = [] + +[dependencies.simple_logger] +version = "1.11.0" +optional = true + +[features] +default = [] +std_logger = ["simple_logger"] \ No newline at end of file