# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "traildb" version = "0.6.0" authors = ["Jay Kickliter ", "Kenan Sulayman ", "Knut Nesheim "] build = "build.rs" description = "Binding for TrailDB, an efficient tool for storing and querying series of events." documentation = "https://docs.rs/traildb/0.4.0/traildb/" license = "MIT" repository = "https://github.com/traildb/traildb-rust.git" [dependencies.clang-sys] version = "0.28.1" [dependencies.libc] version = "0.2.64" [dependencies.traildb-sys] version = "0.6.3" [dev-dependencies.prettytable-rs] version = "0.8.0" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.uuid] version = "0.7.4" features = ["v4"] [build-dependencies.pkg-config] version = "0.3"