# 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 = "liquid-rpc" version = "0.2.0" authors = ["Steven Roose "] description = "RPC client library for the Liquid JSON-RPC API." homepage = "https://github.com/stevenroose/rust-liquid-rpc/" documentation = "https://docs.rs/liquid-rpc/" readme = "README.md" keywords = ["bitcoin", "liquid", "elements", "blockstream"] license = "CC0-1.0" repository = "https://github.com/stevenroose/rust-liquid-rpc/" [lib] name = "liquid_rpc" path = "src/lib.rs" [dependencies.bitcoincore-rpc] version = "0.11" [dependencies.elements] version = "0.12.0" features = ["serde-feature"] [dependencies.jsonrpc] version = "0.11" [dependencies.liquid-rpc-json] version = "0.2.0" [dependencies.serde] version = "1.0.89" features = ["derive"] [dependencies.serde_json] version = "1.0.39"