Cargo Features
simple-fs has no features set by default.
[dependencies]
simple-fs = { version = "0.1.7", features = ["full", "with-json", "with-toml", "bin-nums"] }
- full = bin-nums, with-json, with-toml
- with-json full? = serde, serde_json
- with-toml full? = serde, toml
- bin-nums full? = byteorder
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.