Cargo Features

[dependencies]
aws-arn = { version = "0.3.1", default-features = false, features = ["builders", "known", "serde_support"] }
default = builders, known, serde_support

These default features are set whenever aws-arn is added without default-features = false somewhere in the dependency tree.

builders default = known, lazy_static

Affects aws-arn::builder

known default builders

Affects aws-arn::known

serde_support default = serde

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.

lazy_static builders

Enables lazy_static

Optional dependencies

serde serde_support