# 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" version = "0.1.0-alpha.10" authors = ["Harry Barber "] description = "A collection of useful cash:web helper libraries." homepage = "https://github.com/cashweb/cashweb-rs" keywords = ["cashweb", "bitcoin"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/cashweb/cashweb-rs" [dependencies.auth-wrapper] version = "0.1.0-alpha.5" package = "cashweb-auth-wrapper" [dependencies.bitcoin] version = "0.1.0-alpha.4" package = "cashweb-bitcoin" [dependencies.bitcoin-client] version = "0.1.0-alpha.5" package = "cashweb-bitcoin-client" [dependencies.keyserver] version = "0.1.0-alpha.4" package = "cashweb-keyserver" [dependencies.keyserver-client] version = "0.1.0-alpha.4" package = "cashweb-keyserver-client" [dependencies.payments] version = "0.1.0-alpha.5" package = "cashweb-payments" [dependencies.relay] version = "0.1.0-alpha.4" package = "cashweb-relay" [dependencies.relay-client] version = "0.1.0-alpha.4" package = "cashweb-relay-client" [dependencies.secp256k1] version = "0.19" package = "cashweb-secp256k1" [dependencies.token] version = "0.1.0-alpha.9" package = "cashweb-token"