Cargo Features
syzlang-parser has no features set by default.
[dependencies]
syzlang-parser = { version = "0.1.4", features = ["std", "unstable", "cli"] }
- std
- unstable
-
Hide some features I'm still working on
Affects
parser::LenType
,parser::Action
,parser::Target
… - cli = anyhow, clap, clap-verbosity-flag, pretty_env_logger
-
Required by the binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- anyhow cli?
-
Enables anyhow
For CLI app
- clap cli?
- pretty_env_logger cli?
- clap-verbosity-flag cli?