# 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" rust-version = "1.56.1" name = "bitcoind-json-rpc-types" version = "0.3.0" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", "Tobin C. Harding ", ] exclude = [ "tests", "contrib", ] description = "Bitcoin Core JSON-RPC API types" readme = "README.md" keywords = [ "bitcoin", "bitcoind", "json-rpc", ] categories = ["cryptography::cryptocurrencies"] license = "CC0-1.0" repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" [dependencies.bitcoin] version = "0.32.0" features = [ "std", "serde", ] default-features = false [dependencies.internals] version = "0.3.0" features = ["std"] default-features = false package = "bitcoin-internals" [dependencies.serde] version = "1.0.103" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_json] version = "1.0.117" [dev-dependencies] [features] default = []