Cargo Features

[dependencies]
atelier_smithy = { version = "0.2.13", default-features = false, features = ["debug"] }
default = debug

The debug feature is set by default whenever atelier_smithy is added without default-features = false somewhere in the dependency tree.

debug default = pest_ascii_tree

Affects smithy::parse_and_debug_model

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.

pest_ascii_tree debug

Enables pest_ascii_tree

[feature-dependencies]