Cargo Features
NorthConfig has no features set by default.
[dependencies]
north-config = { version = "0.1.10", features = ["yaml", "tokio", "async-std", "ron", "toml"] }
- yaml = serde_yaml
-
Affects
serde_utils::merge_json_and_yaml
…
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.
- tokio implicit feature
-
Enables tokio
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications
Affects
config_source::CustomConfigSource
,config_source::new_config
… - async-std implicit feature
-
Enables async-std
async-std:
Async version of the Rust standard library
Affects
config_source::CustomConfigSource
,config_source::new_config
… - serde_yaml yaml?
- ron implicit feature
-
Enables ron
ron:
Rusty Object Notation
- toml implicit feature