Cargo Features
UniNode has no features set by default.
[dependencies]
uninode = { version = "0.4.4", features = ["full", "serialize", "loaders", "yaml", "toml"] }
- full = serialize, toml, yaml
- serialize full? = serde, serde_bytes
-
Affects
uninode::serialize
… - loaders toml? yaml? = anyhow, async-trait, once_cell, thiserror
-
Affects
uninode::loaders
… - yaml full? = loaders, yaml-rust
-
Affects
loaders::yaml
… - toml full? = loaders, toml-rs
-
Affects
loaders::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.