# 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 = "bitcoin-cash" version = "1.0.0-beta.0" authors = ["tobiasruck "] description = "A library for creating and parsing Bitcoin Cash trasactions" homepage = "https://github.com/be-cash/bitcoin-cash" documentation = "https://github.com/be-cash/bitcoin-cash" license = "MIT" repository = "https://github.com/be-cash/bitcoin-cash" [dependencies.base64] version = "0.13" [dependencies.bimap] version = "0.5" [dependencies.bitcoin-cash-base] version = "1.0.0-beta.0" [dependencies.bitcoin-cash-code] version = "1.0.0-beta.0" [dependencies.bitcoin-cash-script-macro] version = "1.0.0-beta.0" [dependencies.bitflags] version = "1.2" [dependencies.byteorder] version = "1.3" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.num] version = "0.3" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.ripemd160] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.9" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1.0"