# 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" name = "bitcoinsv-rpc-json" version = "1.0.2" authors = ["Daniel Connolly "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-enabled type structs for bitcoinsv-rpc crate." homepage = "https://github.com/Danconnolly/rust-bitcoinsv-rpc/" readme = "README.md" keywords = [ "bitcoin-sv", "rpc", ] license-file = "LICENSE" repository = "https://github.com/Danconnolly/rust-bitcoinsv-rpc/" [lib] name = "bitcoinsv_rpc_json" path = "src/lib.rs" [dependencies.bitcoinsv] version = "0.2.7" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.approx] version = "0.5"