diff --git a/Cargo.toml b/Cargo.toml index 7f87449..66c10ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,8 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } [features] default = ["text", "binary"] +# contains all the parsers +all = ["text", "binary"] text = [] binary = []