[package] name = "one-stack-vec" version = "0.5.1" authors = ["AtsukiTak "] license = "MIT/Apache-2.0" readme = "README.md" keywords = ["one-stack-vec", "data-structures"] repository = "https://github.com/AtsukiTak/one-stack-vec" homepage = "https://github.com/AtsukiTak/one-stack-vec" categories = ["data-structures"] description = """ OneStackVec could contain any number of item like `Vec`, and it does heap allocation only when it contains more than one item. """ [dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0"