# 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 = "digibyte-rpc" version = "0.13.2" authors = ["Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz "] description = "RPC client library for the DigiByte Core JSON-RPC API." homepage = "https://github.com/digibytecontributer/rust-digibyte-rpc/" readme = "README.md" keywords = ["crypto", "digibyte", "rpc"] license = "CC0-1.0" repository = "https://github.com/digibytecontributer/rust-digibyte-rpc/" [lib] name = "digibyte_rpc" path = "src/lib.rs" [dependencies.digibyte-rpc-json] version = "0.13.2" [dependencies.jsonrpc] version = "0.11" [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1"