# 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 = "kassandra-tester" version = "0.13.1" authors = ["Alisa Gorelova "] description = "Tester utility for cassandra" readme = "README.md" keywords = [ "cassandra", "db", "testing", "snapshot", ] license = "MIT" repository = "https://github.com/alisa101rs/kassandra" [dependencies.eyre] version = "0.6.8" [dependencies.futures-util] version = "0.3.28" features = ["sink"] [dependencies.kassandra] version = "0.13.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.insta] version = "1.34.0" features = ["yaml"] [dev-dependencies.scylla] version = "0.10.0"