[package] name = "vec-option" version = "0.3.0" authors = ["Ozaren "] edition = "2018" description = 'A space optimized version of `Vec>` that stores the discriminant seperately' license = 'MIT' readme = 'README.md' # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] nightly = [] [dependencies]