[package]
name = "fedimint-mint-common"
version = { workspace = true }
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-mint is a chaumian ecash mint module."
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/fedimint/fedimint"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]
[lib]
name = "fedimint_mint_common"
path = "src/lib.rs"
[dependencies]
anyhow = { workspace = true }
bincode = { workspace = true }
bitcoin_hashes = { workspace = true }
fedimint-core = { workspace = true }
secp256k1-zkp = "0.9.2"
serde = { workspace = true }
tbs = { package = "fedimint-tbs", version = "=0.4.3", path = "../../crypto/tbs" }
thiserror = { workspace = true }
tracing = { workspace = true }