# 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 = "persia-rpc" version = "0.6.1" authors = ["Xiangru Lian "] description = "high performance rpc framework on http2" homepage = "https://github.com/L1AN0/persia-rpc" keywords = ["rpc"] categories = ["network-programming"] license = "AGPL-3.0-or-later" repository = "https://github.com/L1AN0/persia-rpc" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.lz4] version = "1.23" [dependencies.persia-rpc-macro] version = "0.6" [dependencies.persia-speedy] version = "0.9" [dependencies.reqwest] version = "0.11" features = ["native-tls-vendored"] default-features = false [dependencies.snafu] version = "0.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.1"