Cargo Features
[dependencies]
rasn = { version = "0.20.2", default-features = false, features = ["std", "macros", "backtraces", "compiler"] }
- default = macros
-
The
macros
feature is set by default wheneverrasn
is added without
somewhere in the dependency tree.default-features = false - std backtraces?
- macros default = rasn-derive
- backtraces = std
-
Affects
decode::DecodeError.backtrace
,encode::EncodeError.backtrace
… - compiler = rasn-compiler
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.