Cargo Features
[dependencies]
callpass = { version = "1.0.5", default-features = false, features = ["std", "tools"] }
- default = std, tools
-
These default features are set whenever
callpass
is added without
somewhere in the dependency tree.default-features = false - std default
-
Required by the binary
- tools default = docopt, serde, serde_derive
-
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.