# 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 = "jsonrpc-async" version = "2.0.2" authors = ["Jeremy Rubin ", "Andrew Poelstra "] description = "Rust support for the JSON-RPC 2.0 protocol" homepage = "https://github.com/jeremyrubin/rust-jsonrpc-async/" documentation = "https://docs.rs/jsonrpc-async/" readme = "README.md" keywords = ["protocol", "json", "http", "jsonrpc", "asynchronous"] license = "CC0-1.0" repository = "https://github.com/jeremyrubin/rust-jsonrpc-async/" [lib] name = "jsonrpc_async" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.42" [dependencies.base64-compat] version = "1.0.0" optional = true [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.tokio] version = "1" features = ["full"] [features] default = ["simple_http"] simple_http = ["base64-compat"]