# 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" rust-version = "1.63.0" name = "electrum-client" version = "0.22.0" authors = ["Alekos Filini "] description = "Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers." homepage = "https://github.com/bitcoindevkit/rust-electrum-client" documentation = "https://docs.rs/electrum-client/" readme = "README.md" keywords = [ "bitcoin", "electrum", ] license = "MIT" repository = "https://github.com/bitcoindevkit/rust-electrum-client" resolver = "2" [lib] name = "electrum_client" path = "src/lib.rs" [dependencies.bitcoin] version = "0.32" features = ["serde"] [dependencies.byteorder] version = "1.0" optional = true [dependencies.log] version = "^0.4" [dependencies.openssl] version = "0.10" optional = true [dependencies.rustls] version = "0.23" optional = true default-features = false [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.webpki-roots] version = "0.25" optional = true [features] debug-calls = [] default = [ "proxy", "use-rustls", ] minimal = [] proxy = [ "byteorder", "winapi", "libc", ] use-openssl = ["openssl"] use-rustls = [ "webpki-roots", "rustls/default", ] use-rustls-ring = [ "webpki-roots", "rustls/ring", "rustls/logging", "rustls/std", "rustls/tls12", ] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winsock2"] optional = true