# 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 = "utote" version = "0.6.1" authors = ["Marcus Desai "] description = "Stack allocated uint multiset, with optional SIMD implementations." homepage = "https://github.com/Maracoo/utote" documentation = "https://docs.rs/utote" readme = "README.md" keywords = [ "multiset", "data-structure", "collection", "simd", "stack", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/Maracoo/utote" [package.metadata.docs.rs] features = ["rand"] [dependencies.num-traits] version = "0.2.14" [dependencies.packed_simd] version = "0.3.9" optional = true [dependencies.paste] version = "1.0.5" [dependencies.rand] version = "0.8.3" optional = true [dev-dependencies.approx] version = "0.4.0" [features] simd = ["packed_simd"]