# 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 = "mwck" version = "0.1.0" authors = ["mononaut"] description = "mempool.space wallet connector kit" readme = "README.md" keywords = [ "bitcoin", "mempool", ] license = "AGPL-3.0-or-later" [dependencies.bitcoin] version = "0.30" features = [ "serde", "std", ] default-features = false [dependencies.delegate] version = "0.10.0" [dependencies.esplora-client] version = "0.6" features = ["async"] default-features = false [dependencies.futures-util] version = "0.3.28" features = [ "sink", "alloc", ] default-features = false [dependencies.hex] version = "0.1.1" default-features = false package = "hex-conservative" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen-futures] version = "0.4.37" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger] version = "0.10.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.20.1" features = [ "rt-multi-thread", "time", "macros", "sync", "signal", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tungstenite] version = "0.20.1" features = ["native-tls"] [target."cfg(target_arch = \"wasm32\")".dependencies.instant] version = "0.1" features = ["wasm-bindgen"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.60" [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "1.20.1" features = [ "rt", "time", "macros", "sync", ] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.84" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.33" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-logger] version = "0.2.0" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.60" [target."cfg(target_arch = \"wasm32\")".dependencies.ws_stream_wasm] version = "0.7.4" default-features = false