[package]
name = "fedimint-mint-common"
version = "0.3.2"
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 = "1.0.81"
async-trait = "0.1.77"
bincode = "1.3.3"
bitcoin_hashes = "0.11.0"
futures = "0.3"
itertools = "0.12.1"
fedimint-core = { version = "=0.3.2", path = "../../fedimint-core" }
rand = "0.8"
secp256k1 = "0.24.3"
secp256k1-zkp = "0.7.0"
serde = { version = "1.0.197", features = [ "derive" ] }
strum = "0.26"
strum_macros = "0.26"
tbs = { package = "fedimint-tbs", version = "=0.3.2", path = "../../crypto/tbs" }
thiserror = "1.0.58"
threshold_crypto = { workspace = true }
tracing ="0.1.40"
[dev-dependencies]
rand = "0.8"
tracing-subscriber = { version = "0.3.18", features = [ "env-filter" ] }