# 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 = "any_vec" version = "0.14.0" authors = ["Andrey Diduh "] exclude = [".github"] description = "Type erased vector. Most operations can be done without type knowledge. Mostly zero overhead." readme = "README.md" keywords = [ "vec", "any", "container", "type-erasure", "no_std", ] categories = [ "data-structures", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tower120/any_vec" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "insert" harness = false [[bench]] name = "push" harness = false [[bench]] name = "remove" harness = false [[bench]] name = "swap_remove" harness = false [[bench]] name = "drain" harness = false [[bench]] name = "iter" harness = false [[bench]] name = "element_clone" harness = false [[bench]] name = "clone" harness = false [[bench]] name = "raw_parts" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.impls] version = "1.0.3" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.rand] version = "0.8.5" [features] alloc = [] default = ["alloc"]