Cargo Features
facet-yaml has no features set by default.
[dependencies]
facet-yaml = { version = "0.43.2", features = ["std", "fast", "net", "iddqd", "axum", "yoke"] }
- std axum?
- fast
- net
-
Enables net of facet-core and facet-format
facet-core:
Provide Facet trait implementations for network types (SocketAddr, IpAddr, etc.)
- iddqd
-
facet:
Provide Facet trait implementations for iddqd collection types (IdHashMap, BiHashMap, TriHashMap, IdOrdMap)
- axum = std
-
Axum HTTP integration
Enables axum-core, http, and http-body-util
axum-core:
Axum integration (optional)
- yoke
-
yoke support