# 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 = "2018" name = "ord-qtumcore-rpc-json" version = "0.17.1-qtum" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", "The Qtum developers", ] autotests = false description = "JSON-enabled type structs for bitcoincore-rpc crate." readme = "README.md" keywords = [ "crypto", "bitcoin", "bitcoin-core", "rpc", ] license = "CC0-1.0" repository = "https://github.com/qtumproject/rust-bitcoincore-rpc/" [lib] name = "qtumcore_rpc_json" path = "src/lib.rs" [dependencies.qtum] version = "0.30.0-qtum" features = [ "serde", "rand-std", ] [dependencies.qtum-private] version = "0.1.0-qtum" [dependencies.qtum_hashes] version = "0.12.0-qtum" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"