Cargo Features

[dependencies]
koto_yaml = { version = "0.14.0", default-features = false, features = ["arc", "rc"] }
default = arc

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

arc default

Enables arc of koto_runtime

rc

Enables rc of koto_runtime

koto_yaml has 3 features without comments.