# 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 = "silentpayments" version = "0.3.0" authors = ["cygnet "] exclude = ["tests/resources"] description = "A library for adding BIP352: Silent Payments support to wallets." homepage = "https://github.com/cygnet3/rust-silentpayments" readme = "README.md" keywords = [ "bitcoin", "secp256k1", ] license = "MIT" repository = "https://github.com/cygnet3/rust-silentpayments" [lib] name = "silentpayments" crate-type = ["lib"] [dependencies.bech32] version = "0.9" [dependencies.bimap] version = "0.6" [dependencies.bitcoin_hashes] version = "0.13.0" [dependencies.hex] version = "0.4" [dependencies.secp256k1] version = "0.28.1" features = ["rand"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.bitcoin] version = "0.31.1" features = ["serde"] [dev-dependencies.rust-bip39] version = "1.0.0" features = ["rand"] [features] default = [ "sending", "receiving", ] receiving = [] sending = []