# 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] name = "mwc-bch" version = "0.2.0" authors = [ "Brenton Gunning ", "Fidel Ramos ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for working with Bitcoin Cash" readme = "README.md" keywords = [ "bitcoin", "cash", "bch", "cryptocurrency", ] categories = [ "cryptography", "network-programming", ] license = "MIT" repository = "https://github.com/mwcproject/rust-bch" [profile.release] opt-level = "s" lto = true [lib] name = "mwc_bch" path = "src/lib.rs" [dependencies.byteorder] version = "1.2" [dependencies.digest] version = "0.7" [dependencies.dns-lookup] version = "0.9" [dependencies.hex] version = "0.3" [dependencies.linked-hash-map] version = "0.5" [dependencies.log] version = "0.4" [dependencies.murmur3] version = "0.4" [dependencies.rand] version = "0.5" [dependencies.ring] version = "0.16" [dependencies.ripemd160] version = "0.7" [dependencies.rust-base58] version = "0.0" [dependencies.rust-crypto] version = "0.2" [dependencies.secp256k1] version = "0.19" [dependencies.snowflake] version = "1.3"