# 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 = "fedimint-wallet-client" version = "0.4.3" authors = ["The Fedimint Developers"] description = "fedimint-wallet is a n on-chain bitcoin wallet module. It uses a key-value store and is not a standard HD wallet." readme = "README.md" license = "MIT" repository = "https://github.com/fedimint/fedimint" [package.metadata.docs.rs] rustc-args = [ "--cfg", "tokio_unstable", ] [lib] name = "fedimint_wallet_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.aquamarine] version = "0.5.0" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.80" [dependencies.bitcoin] version = "0.30.2" [dependencies.clap] version = "4.5.8" features = [ "derive", "std", "help", "usage", "error-context", "suggestions", "env", ] optional = true default-features = false [dependencies.erased-serde] version = "0.4" [dependencies.fedimint-api-client] version = "=0.4.3" [dependencies.fedimint-client] version = "=0.4.3" [dependencies.fedimint-core] version = "=0.4.3" [dependencies.fedimint-logging] version = "=0.4.3" [dependencies.fedimint-wallet-common] version = "=0.4.3" [dependencies.futures] version = "0.3.30" [dependencies.rand] version = "0.8.5" [dependencies.secp256k1] version = "0.27.0" features = ["serde"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] cli = ["dep:clap"] default = [] [target."cfg(not(target_family = \"wasm\"))".dependencies.fedimint-bitcoind] version = "=0.4.3" features = [ "esplora-client", "bitcoincore-rpc", ] default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1.38.0" features = [ "full", "tracing", ] [target."cfg(target_family = \"wasm\")".dependencies.fedimint-bitcoind] version = "=0.4.3" features = ["esplora-client"] default-features = false [target."cfg(target_family = \"wasm\")".dependencies.tokio] version = "1.38.0" features = [ "sync", "rt", ]