[package] name = "koto_yaml" version = "0.14.1" authors = ["irh "] edition = "2021" license = "MIT" description = "A Koto library for working with YAML data" homepage = "https://koto.dev" repository = "https://github.com/koto-lang/koto" keywords = ["scripting", "language", "koto", "yaml"] [features] default = ["arc"] arc = ["koto_runtime/arc"] rc = ["koto_runtime/rc"] [dependencies] serde_yaml = { workspace = true } [dependencies.koto_runtime] path = "../../crates/runtime" version = "^0.14.1" default-features = false [dependencies.koto_serialize] path = "../../crates/serialize" version = "^0.14.1" default-features = false [dev-dependencies] koto_test_utils = { path = "../../crates/test_utils", default-features = false }