# 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 = "bdk_testenv" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing framework for BDK chain sources." homepage = "https://bitcoindevkit.org" documentation = "https://docs.rs/bdk_testenv" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk" [lib] name = "bdk_testenv" path = "src/lib.rs" [dependencies.bdk_chain] version = "0.20.0" default-features = false [dependencies.electrsd] version = "0.28.0" features = [ "bitcoind_25_0", "esplora_a33e97e1", "legacy", ] [features] default = ["std"] serde = ["bdk_chain/serde"] std = ["bdk_chain/std"] [lints.clippy] print_stderr = "deny" print_stdout = "deny"