# 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 = "payjoin" version = "0.13.1" authors = ["Dan Gould "] exclude = ["tests"] description = "Payjoin Library for the BIP78 Pay to Endpoint protocol." readme = "README.md" keywords = [ "bip78", "payjoin", "bitcoin", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", "network-programming", ] license = "MITNFA" repository = "https://github.com/payjoin/rust-payjoin" resolver = "2" [package.metadata.docs.rs] features = [ "send", "receive", "base64", "v2", ] [dependencies.bhttp] version = "0.4.0" optional = true [dependencies.bip21] version = "0.3.1" [dependencies.bitcoin] version = "0.30.0" features = ["base64"] [dependencies.chacha20poly1305] version = "0.10.1" optional = true [dependencies.log] version = "0.4.14" [dependencies.ohttp] version = "0.4.0" optional = true [dependencies.rand] version = "0.8.4" optional = true [dependencies.serde] version = "1.0.186" optional = true default-features = false [dependencies.serde_json] version = "1.0.108" [dependencies.url] version = "2.2.2" [dev-dependencies.bitcoind] version = "0.31.1" features = ["0_21_2"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.rustls] version = "0.21.9" [dev-dependencies.serde_json] version = "1.0.66" [dev-dependencies.testcontainers] version = "0.15.0" [dev-dependencies.testcontainers-modules] version = "0.1.3" features = ["postgres"] [dev-dependencies.tokio] version = "1.12.0" features = ["full"] [dev-dependencies.ureq] version = "2.8.0" [features] base64 = ["bitcoin/base64"] receive = ["rand"] send = [] v2 = [ "bitcoin/rand-std", "chacha20poly1305", "ohttp", "bhttp", "serde", ]