Cargo Features
[dependencies]
rasn = { version = "0.24.0", default-features = false, features = ["std", "f64", "backtraces", "compiler"] }
- default = f32, f64
-
These default features are set whenever
rasn
is added without
somewhere in the dependency tree.default-features = false - std backtraces?
- f32 f64 default
- 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.
- rasn-compiler compiler?
-
Enables rasn-compiler ^0.5.3