# 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 = "couch_rs_test" version = "0.2.1" description = "Tools for testing a CouchDB repository implemented in Rust with couch_rs." readme = "README.md" keywords = [ "couchdb", "testing", ] license = "MIT" repository = "https://github.com/kingledion/couch_rs_test" [dependencies.couch_rs] version = "0.9.1" [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7"