# 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 = "discord-cassandra-cpp" version = "0.16.6" authors = [ "Tupshin Harper ", "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/Metaswitch/cassandra-rs" [dependencies.cassandra-cpp-sys] version = "0.12.3" [dependencies.clippy] version = "0.0" optional = true [dependencies.decimal] version = "2" [dependencies.error-chain] version = "0.12" [dependencies.parking_lot] version = "0.11" [dependencies.slog] version = "2" [dependencies.time] version = "0.2" [dependencies.uuid] version = "0.8" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.tokio] version = "1.0" features = [ "rt", "rt-multi-thread", "macros", "test-util", ] [badges.travis-ci] repository = "Metaswitch/cassandra-rs"