# 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 = "multimint" version = "0.4.0" authors = ["The Fedimint Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for managing fedimint clients across multiple federations" readme = "README.md" keywords = [ "fedimint", "bitcoin", "lightning", "ecash", ] license = "MIT" repository = "https://github.com/fedimint/fedimint-clientd" [lib] name = "multimint" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.fedimint-api-client] version = "0.4.2" [dependencies.fedimint-client] version = "0.4.2" [dependencies.fedimint-core] version = "0.4.2" [dependencies.fedimint-ln-client] version = "0.4.2" [dependencies.fedimint-ln-common] version = "0.4.2" [dependencies.fedimint-mint-client] version = "0.4.2" [dependencies.fedimint-rocksdb] version = "0.4.2" [dependencies.fedimint-wallet-client] version = "0.4.2" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing] version = "0.1.40"