Cargo Features

simple-fs has no features set by default.

[dependencies]
simple-fs = { version = "0.1.3", 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.

serde with-json? with-toml?

Enables serde

-- Feature: json, toml

serde_json with-json?

Enables serde_json

-- Feature: json

toml with-toml?

Enables toml

-- Feature: toml

byteorder bin-nums?

Enables byteorder

-- Features: bin-nums