[package] name = "local_vec" version = "0.5.0" edition = "2021" authors = ["Jorge Rinaldi "] license = "MIT" repository = "https://github.com/m-rinaldi/local_vec" description = "fixed-capacity vector allocated on the stack" keywords = ["vector", "stack", "small", "buffer", "optimization"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]