[package] name = "stringstore" version = "0.1.0" edition = "2021" author = "kestrel " repository = "https://git.flying-kestrel.ca/kestrel/stringstore" license = "LGPL-3.0-only" keywords = ["string", "cache", "pool"] categories = ["caching", "memory-management"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] once_cell = "*" serde = { version = "1", optional = true }