# 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" rust-version = "1.56" name = "uniset" version = "0.2.4" authors = ["John-John Tedro "] description = "A hierarchical, growable bit set with support for in-place atomic operations." homepage = "https://github.com/udoprog/uniset" documentation = "https://docs.rs/uniset" readme = "README.md" keywords = [ "bitset", "containers", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/uniset" [[bench]] name = "bitset" harness = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.hibitset] version = "0.6.3" [features] default = ["vec-safety"] vec-safety = []