# 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 = "sets_multisets" version = "0.8.0" authors = ["Jelle Vos "] description = "Simple API for working with sets and multisets of elements of type usize" homepage = "https://github.com/jellevos/sets_multisets" readme = "README.md" license = "MIT" repository = "https://github.com/jellevos/sets_multisets" [dependencies.blake3] version = "1.3" optional = true [dependencies.bytevec] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.sha3] version = "0.10" optional = true [dependencies.xxh3] version = "0.1" optional = true [features] blake3 = ["dep:blake3"] default = ["xxh3"] shake128 = ["dep:sha3"] xxh3 = ["dep:xxh3"]