# 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 = "2018" name = "tari_test_utils" version = "1.0.0-rc.5" authors = ["The Tari Development Community"] description = "Utility functions used in Tari test functions" readme = "README.md" license = "BSD-3-Clause" resolver = "2" [dependencies.futures] version = "^0.3.1" [dependencies.rand] version = "0.8" [dependencies.tari_comms] version = "1.0.0-rc.5" [dependencies.tari_shutdown] version = "1.0.0-rc.5" [dependencies.tempfile] version = "3.1.0" [dependencies.tokio] version = "1.23" features = [ "rt-multi-thread", "time", "sync", ] [dev-dependencies.futures-test] version = "^0.3.1"