# 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 = "zebra-test" version = "1.0.0-beta.42" authors = ["Zcash Foundation "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Test harnesses and test vectors for Zebra" homepage = "https://zfnd.org/zebra/" readme = "README.md" keywords = [ "zebra", "zcash", ] categories = [ "command-line-utilities", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/zebra" [lib] name = "zebra_test" path = "src/lib.rs" [[test]] name = "command" path = "tests/command.rs" [[test]] name = "transcript" path = "tests/transcript.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.futures] version = "0.3.31" [dependencies.hex] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.indexmap] version = "2.6.0" [dependencies.insta] version = "1.40.0" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.20.2" [dependencies.owo-colors] version = "4.1.0" [dependencies.proptest] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.11.0" [dependencies.spandoc] version = "0.2.2" [dependencies.thiserror] version = "1.0.64" [dependencies.tinyvec] version = "1.8.0" features = ["rustc_1_55"] [dependencies.tokio] version = "1.41.0" features = [ "full", "tracing", "test-util", ] [dependencies.tower] version = "0.4.13" features = ["util"] [dependencies.tracing] version = "0.1.39" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.tempfile] version = "3.13.0"