# 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" version = "0.1.0-alpha.4" authors = ["Harry Barber "] description = "`cashweb-relay` is a library providing serialization/deserialization, encryption/decryption/verification of structures in the Relay Protocol." homepage = "https://github.com/cashweb/cashweb-rs" keywords = ["cashweb", "bitcoin", "relay"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/cashweb/cashweb-rs" [dependencies.aes] version = "0.6" [dependencies.bitcoin] version = "0.1.0-alpha.4" package = "cashweb-bitcoin" [dependencies.block-modes] version = "0.7" [dependencies.prost] version = "0.7" [dependencies.ring] version = "0.16" [dependencies.ripemd160] version = "0.9" [dependencies.secp256k1] version = "0.19" package = "cashweb-secp256k1" [dependencies.thiserror] version = "1" [build-dependencies.prost-build] version = "0.7"