# 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 = "2021" name = "scylla-proxy" version = "0.0.4" description = "Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions" readme = "README.md" keywords = [ "database", "scylla", "cql", "cassandra", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/scylladb/scylla-rust-driver" [dependencies.bigdecimal] version = "0.4" [dependencies.byteorder] version = "1.3.4" [dependencies.bytes] version = "1.2.0" [dependencies.chrono] version = "0.4" default-features = false [dependencies.futures] version = "0.3.6" [dependencies.num-bigint] version = "0.3" [dependencies.rand] version = "0.8.5" [dependencies.scylla-cql] version = "0.2.1" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.12" features = [ "net", "time", "io-util", "sync", "rt", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.25" [dependencies.uuid] version = "1.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.ntest] version = "0.9.0" [dev-dependencies.tokio] version = "1.12" features = ["signal"] [dev-dependencies.tracing-subscriber] version = "0.3.14" features = ["env-filter"] [features] defaults = [] [lints.rust] unreachable_pub = "warn"