Cargo Features

[dependencies]
conductor = { version = "0.0.15", default-features = false, features = ["unstable", "serde_codegen"] }
default = serde_codegen

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

Enables compose_yml ^0.0.42

unstable = clippy, serde_derive

Enables unstable of compose_yml ^0.0.42

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.

clippy unstable?
serde_codegen build default

Enables serde_codegen ^0.8

serde_derive unstable?

Enables serde_derive ^0.8