# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tari_comms_middleware" version = "0.0.7" authors = ["The Tari Development Community"] description = "Tari comms middleware modules used to add functionality to the base tari_comms library" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/tari-project/tari" [dependencies.derive-error] version = "0.0.4" [dependencies.futures] version = "^0.3.1" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.5.5" [dependencies.serde] version = "1.0.90" [dependencies.serde_derive] version = "1.0.90" [dependencies.tari_comms] version = "^0.0" [dependencies.tari_crypto] version = "^0.0" [dependencies.tari_pubsub] version = "^0.0" [dependencies.tari_shutdown] version = "^0.0" [dependencies.tari_utilities] version = "^0.0" [dependencies.tokio] version = "^0.2" [dependencies.tower] version = "0.3.0" [dev-dependencies.futures-test] version = "^0.3.1" [dev-dependencies.lmdb-zero] version = "0.4.4" [dev-dependencies.tari_storage] version = "^0.0" [dev-dependencies.tari_test_utils] version = "^0.0" [dev-dependencies.tempdir] version = "0.3.7"