[package] name = "opt_vec" description = "A wrapper around Vec that makes deletion fast" version = "0.1.2" edition = "2021" rust-version = "1.56" readme = "README.md" authors = ["whtsht "] documentation = "https://docs.rs/opt_vec" repository = "https://github.com/whtsht/opt_vec" license = "MIT" keywords = ["no_std"] [features] alloc = [] std = ["alloc"] default = ["std"]