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