# 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" rust-version = "1.63" name = "bip322" version = "0.0.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements BIP322 generic message signing and verification" homepage = "https://bip322.rs" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/bip322" [lib] name = "bip322" path = "src/lib.rs" [[example]] name = "simple_sign_verify_encoded" path = "examples/simple_sign_verify_encoded.rs" [dependencies.base64] version = "0.22.1" [dependencies.bitcoin] version = "0.32.4" [dependencies.snafu] version = "0.8.5" features = [ "rust_1_61", "std", ] default-features = false [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.rand] version = "0.8.5" [features] default = []