Cargo Features
[dependencies]
stdto = { version = "0.14.0", default-features = false, features = ["derive", "serde", "bytes", "hash", "json", "yaml", "toml", "file", "hex"] }
- default = bytes, derive, file, hash, hex, json, serde, toml, yaml
-
These default features are set whenever
stdto
is added without
somewhere in the dependency tree.default-features = false - derive default
-
Enables stdto_derive
- serde default bytes json toml yaml
-
Enables serde of stdto_core
- bytes default hash = serde
-
Enables bytes of stdto_core
- hash default = bytes
-
Enables hash of stdto_core
- json default file = serde
-
Enables json of stdto_core
- yaml default file = serde
-
Enables yaml of stdto_core
- toml default file = serde
-
Enables toml of stdto_core
- file default = json, toml, yaml
- hex default
-
Enables hex of stdto_core
Stdto has 10 features without comments.