[package] name = "kathy" version = "0.1.0" authors = ["June Welker "] edition = "2021" rust-version = "1.82" description = "Const-evaluated swift-style keypaths" readme = true repository = "https://github.com/itsjunetime/kathy" license = "MPL-2.0" keywords = ["swift", "keypath", "nightly", "experimental"] categories = ["data-structures", "no-std", "no-std::no-alloc", "rust-patterns"] [dependencies] kathy_macros = "0.1.0" [features] default = ["alloc"] alloc = []