[package] name = "small_vec2" version = "0.1.5" edition = "2021" license = "MIT/Apache-2.0" description = "Vector on the stack or heap need nightly rustc" repository = "https://github.com/SmiteWindows/small_vec2" keywords = ["vec", "vector", "stack", "heap"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]