Cargo Features

rustilities has no features set by default.

[dependencies]
rustilities = { version = "2.2.0", features = ["paths", "fmt", "manifest", "parsing"] }
paths

Affects rustilities::paths

fmt

Affects rustilities::fmt

manifest = cargo_toml, toml_edit

Affects rustilities::manifest

parsing = proc-macro2, syn

Affects rustilities::parsing

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?

Enables cargo_toml ^0.21.0

toml_edit manifest?
syn parsing?
proc-macro2 parsing?