# 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.56.1" name = "ord-bitcoincore-rpc-json" version = "0.19.0" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-enabled type structs for bitcoincore-rpc crate." homepage = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/" readme = "README.md" keywords = [ "crypto", "bitcoin", "bitcoin-core", "rpc", ] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoincore-rpc/" resolver = "1" [lib] name = "bitcoincore_rpc_json" path = "src/lib.rs" [dependencies.bitcoin] version = "0.32.0" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] default = ["rand"] rand = ["bitcoin/rand-std"]