[dependencies.hex]
version = "0.4"
[dependencies.rustywallet-keys]
version = "0.1"
[dependencies.rustywallet-psbt]
version = "0.1"
[dependencies.rustywallet-tx]
version = "0.2"
[dependencies.secp256k1]
features = ["rand-std", "global-context"]
version = "0.29"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.proptest]
version = "1.4"
[lib]
name = "rustywallet_coinjoin"
path = "src/lib.rs"
[package]
authors = ["Rustywallet Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication"]
description = "CoinJoin and PayJoin (BIP78) utilities for rustywallet"
documentation = "https://docs.rs/rustywallet-coinjoin"
edition = "2021"
keywords = ["bitcoin", "coinjoin", "payjoin", "bip78", "privacy"]
license = "MIT"
name = "rustywallet-coinjoin"
readme = "README.md"
repository = "https://github.com/rustywallet/rustywallet"
version = "0.1.0"