# 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 = "2018" name = "cqdb" version = "0.5.8" authors = ["messense "] description = "Rust implementation of Constant Quark Database (CQDB)" readme = "README.md" keywords = [ "cdb", "cqdb", "crfsuite", ] license = "MIT" repository = "https://github.com/messense/cqdb-rs" [[bench]] name = "cqdb_bench" harness = false [dependencies.array-init] version = "2.0.0" [dependencies.bitflags] version = "1.2.1" [dependencies.bstr] version = "1.0.0" features = ["std"] default-features = false [dependencies.jhash] version = "0.1.1" [dev-dependencies.cqdb-sys] version = "0.1.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.libc] version = "0.2.82"