libcqdb 0.4.0

C binding to the 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 = "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"