# 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] edition = "2021" name = "anychain-bitcoincash" version = "0.1.0" authors = ["cregis.com"] description = "A Rust library for Bitcoin Cash-focused cryptocurrency wallets, enabling seamless transactions on the Bitcoin Cash blockchain" homepage = "https://www.cregis.com/" readme = "README.md" keywords = [ "bitcoincash", "blockchain", "cryptocurrency", "wallet", "transactions", ] license = "MIT" repository = "https://github.com/0xcregis/anychain" [dependencies.anychain-bitcoin] version = "0.1.0" [dependencies.anychain-core] version = "0.0.1" [dependencies.base58] version = "0.2.0" [dependencies.bech32] version = "0.9.0" [dependencies.thiserror] version = "1.0"