# 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 = "crdb-harness" version = "0.0.2" authors = ["Sean Klein "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Test Harness for CockroachDB" readme = "README.md" keywords = [ "test", "database", "cockroach", ] license = "MIT" repository = "https://github.com/oxidecomputer/crdb-harness" [lib] name = "crdb_harness" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.83" [dependencies.camino] version = "1.1" [dependencies.camino-tempfile] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2.159" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = [ "fs", "macros", "rt-multi-thread", "process", ] default-features = false [dependencies.tokio-postgres] version = "0.7" features = [ "with-chrono-0_4", "with-uuid-1", ] [build-dependencies.anyhow] version = "1.0" [build-dependencies.camino] version = "1.1" [build-dependencies.flate2] version = "1.0.33" [build-dependencies.reqwest] version = "0.12" features = [ "stream", "rustls-tls", ] default-features = false [build-dependencies.sha2] version = "0.10.8" [build-dependencies.strum] version = "0.26.3" features = ["derive"] [build-dependencies.tar] version = "0.4" [build-dependencies.tokio] version = "1.32" features = [ "fs", "macros", "rt-multi-thread", "process", ] default-features = false