# 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-keyserver-client" version = "0.1.0-alpha.4" authors = ["Harry Barber "] description = "A library providing a client for use within the cash:web Keyserver Protocol." homepage = "https://github.com/cashweb/cashweb-rs" keywords = ["cashweb", "bitcoin", "keyserver", "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.bytes] version = "1" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["client", "http1", "stream"] [dependencies.hyper-tls] version = "0.5" [dependencies.keyserver] version = "0.1.0-alpha.4" package = "cashweb-keyserver" [dependencies.prost] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.secp256k1] version = "0.19" package = "cashweb-secp256k1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tower-service] version = "0.3" [dependencies.tower-util] version = "0.3"