# 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 = "test-bitcoincore-rpc" version = "0.0.1" description = "Test Bitcoin Core RPC server" homepage = "https://github.com/casey/ord" license = "CC0-1.0" repository = "https://github.com/casey/ord" [dependencies.bitcoin] version = "0.29.1" features = ["serde"] [dependencies.bitcoincore-rpc] version = "0.16.0" [dependencies.bitcoincore-rpc-json] version = "0.16.0" [dependencies.hex] version = "0.4.3" [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.jsonrpc-core-client] version = "18.0.0" [dependencies.jsonrpc-derive] version = "18.0.0" [dependencies.jsonrpc-http-server] version = "18.0.0" [dependencies.serde_json] version = "1.0.0"