# 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" name = "electrum_c" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental but sane electrum client by @evanlinjin." documentation = "https://docs.rs/electrum_c" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/evanlinjin/experiments" [lib] name = "electrum_c" path = "src/lib.rs" [[test]] name = "synopsis" path = "tests/synopsis.rs" [dependencies.bitcoin] version = "0.32" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.async-std] version = "1.13.0" [dev-dependencies.bdk_testenv] version = "0.10.0" [dev-dependencies.futures] version = "0.3" features = ["thread-pool"]