[package] name = "array-vec" version = "0.1.3" authors = ["Ozaren "] edition = "2018" description = 'A library that provides a minimal Vec that is backed by an array, instead of on the heap' license = 'MIT' # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]