# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async-json-rpc" version = "0.3.0" authors = ["Harry Barber "] description = "A minimal asynchronous JSON-RPC client library built on the tower framework.\n" homepage = "https://github.com/hlb8122/async-json-rpc" keywords = ["json", "rpc", "async", "client", "asynchronous"] license = "MIT" repository = "https://github.com/hlb8122/async-json-rpc" [dependencies.base64] version = "0.13.0" [dependencies.futures-core] version = "0.3.8" [dependencies.futures-util] version = "0.3.8" [dependencies.hyper] version = "0.14.2" features = ["stream", "tcp", "client", "http1", "http2"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.tower-service] version = "0.3.0" [dependencies.tower-util] version = "0.3.1"