# 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 = "payjoin-cli" version = "0.0.9-alpha" authors = ["Dan Gould "] exclude = ["tests"] description = "A command-line Payjoin client for Bitcoin Core" readme = "README.md" keywords = [ "bip78", "payjoin", "bitcoin", ] categories = [ "cryptography::cryptocurrencies", "network-programming", ] license = "MITNFA" repository = "https://github.com/payjoin/rust-payjoin" resolver = "2" [[bin]] name = "payjoin-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.async-trait] version = "0.1" [dependencies.bip21] version = "0.5.0" [dependencies.bitcoincore-rpc] version = "0.19.0" [dependencies.clap] version = "~4.0.32" features = ["derive"] [dependencies.config] version = "0.13.3" [dependencies.env_logger] version = "0.9.0" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-rustls] version = "0.25" optional = true [dependencies.log] version = "0.4.7" [dependencies.payjoin] version = "0.20.0" features = [ "send", "receive", "base64", ] [dependencies.rcgen] version = "0.11.1" optional = true [dependencies.reqwest] version = "0.12" default-features = false [dependencies.rustls] version = "0.22.2" optional = true [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.sled] version = "0.34" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.bitcoind] version = "0.36.0" features = ["0_21_2"] [dev-dependencies.http] version = "1" [dev-dependencies.ohttp-relay] version = "0.0.8" [dev-dependencies.once_cell] version = "1" [dev-dependencies.testcontainers] version = "0.15.0" [dev-dependencies.testcontainers-modules] version = "0.1.3" features = ["redis"] [dev-dependencies.tokio] version = "1.12.0" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] danger-local-https = [ "rcgen", "reqwest/rustls-tls", "rustls", "hyper-rustls", "payjoin/danger-local-https", ] native-certs = ["reqwest/rustls-tls-native-roots"] v2 = [ "payjoin/v2", "payjoin/io", ]