# 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 = "2021" rust-version = "1.71.1" name = "vec1" version = "1.12.1" authors = ["Philipp Korber "] description = "a std Vec wrapper assuring that it has at least 1 element" documentation = "https://docs.rs/vec1" readme = "./README.md" keywords = [ "vec", "min", "length", "1", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustonaut/vec1/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs", ] [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.smallvec_v1_] version = "1.6.1" features = [ "const_generics", "const_new", ] optional = true package = "smallvec" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] smallvec-v1 = ["smallvec_v1_"] smallvec-v1-write = [ "std", "smallvec_v1_/write", ] std = [] unstable-nightly-try-from-impl = []