# 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.77.0" name = "bp-electrum" version = "0.11.0-beta.9.2" authors = [ "Alekos Filini ", "Dr Maxim Orlovsky ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers." homepage = "https://github.com/BP-WG/bp-electrum-client" documentation = "https://docs.rs/bp-electrum-client/" readme = "README.md" keywords = [ "bitcoin", "electrum", ] license = "MIT" repository = "https://github.com/BP-WG/bp-electrum-client" [lib] name = "electrum" path = "src/lib.rs" [[example]] name = "plaintext" path = "examples/plaintext.rs" [[example]] name = "ssl" path = "examples/ssl.rs" [[example]] name = "tor" path = "examples/tor.rs" [dependencies.amplify] version = "4.7.0" [dependencies.bp-std] version = "0.11.0-beta.9" 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 [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.sha2] version = "0.10.8" [dependencies.webpki-roots] version = "0.26" optional = true [features] debug-calls = [] default = [ "proxy", "use-rustls", ] minimal = [] proxy = [ "byteorder", "winapi", "libc", ] use-openssl = ["openssl"] use-rustls = [ "webpki-roots", "rustls", ] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winsock2"] optional = true