# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "minivec" version = "0.5.0" authors = ["Christian Mazakas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A version of Vec that's only the size of a single pointer" readme = "README.md" keywords = [ "vec", "vector", ] categories = ["data-structures"] license = "BSL-1.0" repository = "https://github.com/cmazakas/minivec" [profile.bench] debug = 2 [lib] name = "minivec" path = "src/lib.rs" [[test]] name = "mine" path = "tests/mine.rs" [[test]] name = "vec" path = "tests/vec.rs" [[bench]] name = "minivec_benches" path = "benches/minivec_benches.rs" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.rand] version = "0.7" [features] minivec_nightly = []