Cargo Features
Axle has no features set by default.
[dependencies]
axle = { version = "0.1.1", features = ["toml_cfg"] }
- toml_cfg = serde, serde_derive, toml
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.
- toml toml_cfg?
-
Enables toml ^0.4.5
- serde_derive toml_cfg?
- serde toml_cfg?