# 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 = "ajsonrpc" version = "0.1.7" authors = ["TennisBowling "] description = "A performance oriented websocket json-rpc router" homepage = "https://github.com/tennisbowling/ajsonrpc" readme = "README.md" keywords = [ "jsonrpc", "websocket", "router", ] categories = [ "web-programming", "network-programming", ] license = "MIT" repository = "https://github.com/tennisbowling/ajsonrpc" [dependencies.axum] version = "0.6.18" features = ["macros"] [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.reqwest] version = "0.11.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1" features = [ "sync", "time", "rt", ] [dependencies.tokio-tungstenite] version = "0.20.0" [dependencies.tracing] version = "0.1"