[package]
edition = "2024"
name = "libcqdb"
version = "0.4.0"
authors = ["messense <messense@icloud.com>"]
build = "build.rs"
links = "libcqdb"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C binding to the 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 = "libcqdb"
crate-type = [
"lib",
"cdylib",
"staticlib",
]
path = "src/lib.rs"
[dependencies.cqdb]
version = "0.6"
[dependencies.libc]
version = "0.2.169"
[build-dependencies.path-slash]
version = "0.2.1"