# 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" name = "lwk_tiny_jrpc" version = "0.8.0" description = "Liquid Wallet Kit - Tiny JSON RPC Server" documentation = "https://docs.rs/lwk_tiny_jrpc" readme = "README.md" license = "MIT OR BSD-2-Clause" [dependencies.anyhow] version = "1.0.75" [dependencies.jsonrpc] version = "0.17.0" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.188" [dependencies.serde_derive] version = "1.0.188" [dependencies.serde_json] version = "1.0.106" [dependencies.thiserror] version = "1" [dependencies.tiny_http] version = "0.12.0" [dev-dependencies.reqwest] version = "0.12" features = [ "charset", "http2", "macos-system-configuration", "blocking", "json", "rustls-tls", ] default-features = false [dev-dependencies.tempfile] version = "3.8.0"