Cargo Features
tf-demo-parser has no features set by default.
[dependencies]
tf-demo-parser = { version = "0.5.1", features = ["schema", "trace", "codegen", "jemallocator", "no-panic"] }
- schema = schemars
-
Enables schemars of bitbuffer ^0.10.9
Required by the schema binary
- trace = tracing, tracing-subscriber
- codegen = Inflector, better-panic, lazy_static, prettyplease, proc-macro2, quote, syn, tempfile
-
Affects
tf-demo-parser::codegen
…Required by the codegen 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.
- jemallocator implicit feature
-
Enables jemallocator
jemallocator:
A Rust allocator backed by jemalloc
- better-panic codegen?
- no-panic implicit feature
-
Enables no-panic
no-panic:
Attribute macro to require that the compiler prove a function can't ever panic
- tracing trace?
- tracing-subscriber trace?
- schemars schema?
-
Enables schemars
schema
- quote codegen?
-
Enables quote
codegen
- syn codegen?
-
Enables syn ^1
- Inflector codegen?
- proc-macro2 codegen?
- tempfile codegen?
- lazy_static codegen?
- prettyplease codegen?
-
Enables prettyplease ^0.1