# 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 = "2018" name = "jitash-jsonrpc" version = "0.15.0" authors = ["Jitash "] description = "Rust support for the JSON-RPC 2.0 protocol" homepage = "https://github.com/jitash/rust-jsonrpc/" documentation = "https://docs.rs/jitash-jsonrpc/" readme = "README.md" keywords = [ "protocol", "json", "http", "jsonrpc", ] license = "CC0-1.0" repository = "https://github.com/jitash/rust-jsonrpc/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.21.2" optional = true [dependencies.minreq] version = "2.7.0" features = ["json-using-serde"] optional = true [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.socks] version = "0.3.4" optional = true [features] default = [ "simple_http", "simple_tcp", ] minreq_http = [ "base64", "minreq", ] proxy = ["socks"] simple_http = ["base64"] simple_tcp = [] simple_uds = []