# 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" rust-version = "1.74.1" name = "jsonrpsee-server" version = "0.24.7" authors = [ "Parity Technologies ", "Pierre Krieger ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "JSON-RPC server that supports HTTP and WebSocket transports" homepage = "https://www.parity.io/" documentation = "https://docs.rs/jsonrpsee" readme = "README.md" keywords = [ "jsonrpc", "json", "http", "websocket", "WASM", ] license = "MIT" repository = "https://github.com/paritytech/jsonrpsee" [lib] name = "jsonrpsee_server" path = "src/lib.rs" [dependencies.futures-util] version = "0.3.14" features = [ "io", "async-await-macro", ] default-features = false [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1.3" features = [ "server", "http1", "http2", ] [dependencies.hyper-util] version = "0.1" features = [ "tokio", "service", "tokio", "server-auto", ] [dependencies.jsonrpsee-core] version = "0.24.7" features = [ "server", "http-helpers", ] [dependencies.jsonrpsee-types] version = "0.24.7" [dependencies.pin-project] version = "1.1.3" [dependencies.route-recognizer] version = "0.3.1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.soketto] version = "0.8" features = ["http"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.23.1" features = [ "net", "rt-multi-thread", "macros", "time", ] [dependencies.tokio-stream] version = "0.1.7" features = ["sync"] [dependencies.tokio-util] version = "0.7" features = ["compat"] [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tracing] version = "0.1.34" [dev-dependencies.socket2] version = "0.5.1" [dev-dependencies.tower] version = "0.4" features = ["timeout"] [dev-dependencies.tracing-subscriber] version = "0.3.3" features = ["env-filter"]