Cargo Features
[dependencies]
pth = { version = "0.21.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "path_unique_folder_name", "derive_serde", "path_utf8"] }
- default full? = enabled, path_unique_folder_name, path_utf8
-
These default features are set whenever
pth
is added without
somewhere in the dependency tree.default-features = false - no_std use_alloc?
- use_alloc = no_std
- full = default, derive_serde, path_utf8
- enabled default
-
Enables enabled of mod_interface
- path_unique_folder_name default
- derive_serde full? = serde
- path_utf8 default full? = camino
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.