Cargo Features

distill-core has no features set by default.

[dependencies]
distill-core = { version = "0.0.3", features = ["serde-1", "type_uuid", "path_utils"] }
serde-1 = serde
type_uuid = type-uuid
path_utils = dunce, path-clean, path-slash

Affects utils::canonicalize_path

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 serde-1?
type-uuid type_uuid?
dunce path_utils?
path-clean path_utils?

Enables path-clean ^0.1

path-slash path_utils?

Enables path-slash ^0.1.1