# 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 = "bitverify" version = "0.2.1" authors = ["twosatsmaxi"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "verify messages signed using ECDSA (Elliptic Curve Digital Signature Algorithm) in Bitcoin." readme = "README" license = "Apache-2.0" repository = "https://github.com/twosatsmaxi/bitverify" [lib] name = "bitverify" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.bip322] version = "0.0.7" [dependencies.bitcoin] version = "0.32.2" [dependencies.bitcoin_hashes] version = "0.14.0" [dependencies.secp256k1] version = "0.29.0" features = [ "rand", "rand-std", "hashes", ]