[package] name = "stacko" version = "0.1.1" description = "A fast but limited collection for storing values of a single type." authors = ["Maximilian Köhl "] edition = "2021" license = "MIT" repository = "https://github.com/koehlma/stacko-rs" documentation = "https://docs.rs/stacko" readme = "../README.md" [dependencies] serde = { version = "1", optional = true }