# 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-json" version = "0.13.3" authors = ["Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", "Gary Mckee "] description = "JSON-enabled type structs for digibyte-rpc crate." homepage = "https://github.com/digibytecontributer/rust-digibyte-rpc/" readme = "README.md" keywords = ["crypto", "digibyte", "rpc"] license = "CC0-1.0" repository = "https://github.com/digicontributer/rust-digibyte-rpc/" [lib] name = "digibyte_rpc_json" path = "src/lib.rs" [dependencies.digibyte] version = "0.27.2" features = ["use-serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"