[package] name = "koto_serialize" version = "0.14.1" authors = ["irh "] edition = "2021" license = "MIT" description = "Serde serialization support for the Koto programming language" homepage = "https://koto.dev" repository = "https://github.com/koto-lang/koto" keywords = ["scripting", "language", "koto"] [features] default = ["arc"] arc = ["koto_runtime/arc"] rc = ["koto_runtime/rc"] [dependencies] serde = { workspace = true } [dependencies.koto_runtime] path = "../../crates/runtime" version = "^0.14.1" default-features = false