Cargo Features

rustilities has no features set by default.

[dependencies]
rustilities = { version = "1.0.0", features = ["full", "paths", "fmt", "manifest"] }
full = fmt, manifest, paths

Affects rustilities::paths, rustilities::fmt, rustilities::manifest

paths full?

Affects rustilities::paths

fmt full?

Affects rustilities::fmt

manifest full? = cargo_toml, toml_edit

Affects rustilities::manifest

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.

cargo_toml manifest?
toml_edit manifest?