# 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 = "jsonrpsee-http-server" version = "0.15.1" authors = [ "Parity Technologies ", "Pierre Krieger ", ] description = "HTTP server for JSON-RPC" homepage = "https://github.com/paritytech/jsonrpsee" documentation = "https://docs.rs/jsonrpsee-http-server" license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" resolver = "2" [dependencies.futures-channel] version = "0.3.14" [dependencies.futures-util] version = "0.3.14" default-features = false [dependencies.hyper] version = "0.14.10" features = [ "server", "http1", "http2", "tcp", ] [dependencies.jsonrpsee-core] version = "0.15.1" features = [ "server", "http-helpers", ] [dependencies.jsonrpsee-types] version = "0.15.1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.tokio] version = "1.16" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-futures] version = "0.2.5" [dev-dependencies.socket2] version = "0.4" [dev-dependencies.tracing-subscriber] version = "0.3.3" features = ["env-filter"]