croaring-sys 4.6.1

Raw bindings to 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-sys"
version = "4.6.1"
authors = ["croaring-rs developers"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindings to CRoaring"
documentation = "https://docs.rs/croaring-sys"
readme = "README.md"
categories = [
    "no-std::no-alloc",
    "external-ffi-bindings",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/RoaringBitmap/croaring-rs.git"

[features]
default = []

[lib]
name = "croaring_sys"
path = "src/lib.rs"
doctest = false

[dependencies]

[build-dependencies.cc]
version = "1.2"