# 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 = "segvec" version = "0.2.0" authors = ["Jacob McCollum "] description = "SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size" readme = "README.md" license = "MIT" repository = "https://github.com/mccolljr/segvec/" [[bench]] name = "segvec_benchmark" harness = false [[bench]] name = "segvec_benchmark2" harness = false [[bench]] name = "slice_and_iter" harness = false [dependencies.either] version = "1.8.1" [dependencies.num-integer] version = "0.1.45" [dependencies.smallvec] version = "1.10.0" features = [ "const_generics", "union", ] optional = true [dependencies.thin-vec] version = "0.2.3" optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.4" [features] small-vec = ["smallvec"] thin-segments = ["thin-vec"]