# 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 = "cassandra-cpp" version = "3.0.2" authors = ["Keith Wansbrough "] description = "A Cassandra CQL driver, built on top of the DataStax C++ driver for performance and functionality." documentation = "https://docs.rs/cassandra-cpp" readme = "README.md" keywords = [ "Cassandra", "binding", "CQL", "client", "database", ] categories = [ "api-bindings", "database", "external-ffi-bindings", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/cassandra-rs/cassandra-rs" [dependencies.bigdecimal] version = "0.4.2" [dependencies.cassandra-cpp-sys] version = "1.1.1" [dependencies.error-chain] version = "0.12" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.17" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.slog] version = "2" optional = true [dependencies.uuid] version = "1.0" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.logtest] version = "2.0.0" [dev-dependencies.tokio] version = "1.0" features = [ "rt", "rt-multi-thread", "macros", "test-util", ] [features] default = [ "slog", "log", ] early_access_min_tls_version = ["cassandra-cpp-sys/early_access_min_tls_version"]