# 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 = "cashweb-relay-client" version = "0.1.0-alpha.4" authors = ["Harry Barber "] description = "A library providing a client for use within the cash:web Relay Protocol" homepage = "https://github.com/cashweb/cashweb-rs" keywords = ["cashweb", "bitcoin", "relay", "client"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/cashweb/cashweb-rs" [dependencies.auth-wrapper] version = "0.1.0-alpha.4" package = "cashweb-auth-wrapper" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "http1", "tcp", "stream"] [dependencies.prost] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.relay] version = "0.1.0-alpha.4" package = "cashweb-relay" [dependencies.secp256k1] version = "0.19" package = "cashweb-secp256k1" [dependencies.thiserror] version = "1" [dependencies.tower-service] version = "0.3" [dependencies.tower-util] version = "0.3"