# 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-bitcoin" version = "0.1.0-alpha.4" authors = ["Harry Barber "] description = "A library providing serialization/deserialization of Bitcoin structures, utility methods for signing, and methods for Hierarchical Deterministic Wallets use." homepage = "https://github.com/cashweb/cashweb-rs" keywords = ["cashweb", "bitcoin"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/cashweb/cashweb-rs" [[bench]] name = "transaction" harness = false [dependencies.bytes] version = "1" [dependencies.ring] version = "0.16" [dependencies.secp256k1] version = "0.19" package = "cashweb-secp256k1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.6" [dev-dependencies.secp256k1] version = "0.19" features = ["rand"] package = "cashweb-secp256k1"