# 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" name = "copyvec" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A contiguous growable array type, with a fixed, stack-alllocated capacity that implements Copy." homepage = "https://crates.io/crates/copyvec" documentation = "https://docs.rs/copyvec" readme = "README.md" categories = [ "rust-patterns", "no-std::no-alloc", "no-std", "memory-management", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/copyvec" [lib] name = "copyvec" path = "src/lib.rs" [dependencies.quickcheck1] version = "1.0.3" optional = true default-features = false package = "quickcheck" [dependencies.serde1] version = "1.0.204" optional = true default-features = false package = "serde" [dev-dependencies] [features] alloc = [] default = ["std"] quickcheck = ["quickcheck1"] quickcheck1 = ["dep:quickcheck1"] serde = ["serde1"] serde1 = ["dep:serde1"] std = ["alloc"]