# 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 = "bitcoincash-addr" version = "0.5.2" authors = ["Harry L. Barber "] exclude = ["/.travis.yml"] description = "A simple library providing the encoding/decoding of Bitcoin Cash addresses.\n" homepage = "https://github.com/hlb8122/rust-bitcoincash-addr" keywords = ["bitcoin", "cash", "cashaddr", "address", "base58"] categories = ["cryptography", "cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/hlb8122/rust-bitcoincash-addr" [dependencies.bitcoin_hashes] version = "0.7.6" [dev-dependencies.hex] version = "0.4.2" [badges.travis-ci] repository = "hlb8122/rust-bitcoincash-addr"