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.
- serde serialize?
- serde_bytes serialize?
- thiserror loaders?
-
Enables thiserror ^1.0.30
- anyhow loaders?
- once_cell loaders?
- async-trait loaders?
- yaml-rust yaml?
- toml-rs toml?
-
Enables toml ^0.5.8