# 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 = "croaring" version = "2.1.1" authors = ["croaring-rs developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust wrapper for CRoaring" documentation = "https://docs.rs/croaring" readme = "README.md" keywords = [ "RoaringBitmap", "croaring", "bitmap", ] categories = [ "data-structures", "api-bindings", "no-std::no-alloc", ] license = "Apache-2.0" repository = "https://github.com/RoaringBitmap/croaring-rs.git" [lib] name = "croaring" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[test]] name = "roaring64" path = "tests/roaring64.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [[bench]] name = "performance_comparison" path = "benches/performance_comparison.rs" harness = false [dependencies.ffi] version = "~4.1.4" package = "croaring-sys" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.proptest] version = "1" [dev-dependencies.roaring] version = "0.10" [features] alloc = [] default = ["std"] std = ["alloc"]