cqdb 0.6.0

Rust implementation of Constant Quark Database (CQDB)
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 = "2024"
name = "cqdb"
version = "0.6.0"
authors = ["messense <messense@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of Constant Quark Database (CQDB)"
readme = "README.md"
keywords = [
    "cdb",
    "cqdb",
    "crfsuite",
]
license = "MIT"
repository = "https://github.com/messense/cqdb-rs"

[lib]
name = "cqdb"
path = "src/lib.rs"

[[test]]
name = "test_cqdb"
path = "tests/test_cqdb.rs"

[[bench]]
name = "cqdb_bench"
path = "benches/cqdb_bench.rs"
harness = false

[dependencies.bitflags]
version = "2.6.0"

[dependencies.bstr]
version = "1.11.1"
features = ["std"]
default-features = false

[dependencies.jhash]
version = "0.1.1"

[dev-dependencies.cqdb-sys]
version = "0.1.2"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.libc]
version = "0.2.169"