# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "shesek-bitcoincore-rpc" version = "0.11.0" authors = ["Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz "] description = "a fork of rust-bitcoincore-rpc with some minor changes." 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/" [lib] name = "shesek_bitcoincore_rpc" path = "src/lib.rs" [dependencies.jsonrpc] version = "0.11" [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.shesek-bitcoincore-rpc-json] version = "0.11.0"