croaring 2.6.0

Rust wrapper for CRoaring
Documentation
# 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.6.0"
authors = ["croaring-rs developers"]
build = false
autolib = 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"

[features]
alloc = []
allocator-api2 = ["dep:allocator-api2"]
default = [
    "std",
    "allocator-api2",
]
std = [
    "alloc",
    "allocator-api2?/std",
]

[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.allocator-api2]
version = "0.4.0"
features = ["alloc"]
optional = true
default-features = false

[dependencies.ffi]
version = "4.6.1"
package = "croaring-sys"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.roaring]
version = "0.11"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]