# 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_service_framework" version = "1.0.0-rc.5" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/tari-project/tari" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.async-trait] version = "0.1.50" [dependencies.futures] version = "^0.3.16" features = ["async-await"] [dependencies.log] version = "0.4.8" [dependencies.tari_shutdown] version = "1.0.0-rc.5" [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1.23" features = [ "rt", "sync", ] [dependencies.tower-service] version = "0.3" [dev-dependencies.futures-test] version = "0.3.3" [dev-dependencies.tokio] version = "1.23" features = [ "rt-multi-thread", "macros", "time", ] [dev-dependencies.tower] version = "0.4"