# 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 = "twovec" version = "1.1.0" authors = ["Walnut356"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A data structure for storing 2 types of data in a packed, heap allocated array" readme = "README.md" categories = ["data-structures"] license = "MIT" repository = "https://github.com/Walnut356/twovec" [lib] name = "twovec" path = "src/lib.rs" [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.either] version = "1.13.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [badges.maintenance] status = "passively-maintained"