# 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-api-client" version = "0.4.3" authors = ["The Fedimint Developers"] description = "fedimint-api-client provides common code used by client." readme = "README.md" license = "MIT" repository = "https://github.com/fedimint/fedimint" [package.metadata.cargo-udeps.ignore] development = ["tokio-test"] [lib] name = "fedimint_api_client" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.80" [dependencies.base64] version = "0.22.1" [dependencies.bitcoin] version = "0.30.2" [dependencies.fedimint-core] version = "=0.4.3" [dependencies.fedimint-logging] version = "=0.4.3" [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.12.1" [dependencies.jsonrpsee-core] version = "0.24.0" [dependencies.lru] version = "0.12.3" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "sync", "io-util", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [target."cfg(not(target_family = \"wasm\"))".dependencies.jsonrpsee-ws-client] version = "0.24.0" features = ["tls"] default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.rustls-pki-types] version = "1.7.0" [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1.38.0" features = [ "full", "tracing", ] [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio-rustls] version = "0.26.0" features = [ "logging", "tls12", "ring", ] default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.webpki-roots] version = "0.26.3" [target."cfg(target_family = \"wasm\")".dependencies.async-lock] version = "3.4" [target."cfg(target_family = \"wasm\")".dependencies.getrandom] version = "0.2.15" features = ["js"] [target."cfg(target_family = \"wasm\")".dependencies.gloo-timers] version = "0.3.0" features = ["futures"] [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3.69" [target."cfg(target_family = \"wasm\")".dependencies.jsonrpsee-wasm-client] version = "0.24.0" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen-futures] version = "0.4.42"