# 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 = "actix-web-tonic" version = "1.0.0" authors = ["USAGI.NETWORK / Usagi Ito "] description = "actix-web and tonic concurrent runner" documentation = "https://docs.rs/actix-web-tonic/" readme = "README.md" keywords = [ "actix", "tonic", "actix-web", "concurrent", "grpc", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", "web-programming", ] license = "MIT" repository = "https://github.com/usagi/actix-web-tonic" resolver = "2" [dependencies.actix-http] version = "3.0.4" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.0.1" [dependencies.const_format] version = "0.2.22" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.16" [dependencies.prost] version = "0.10" [dependencies.retrieve] version = "1.1.0" [dependencies.thiserror] version = "1.0.31" [dependencies.to_unit] version = "1.0.2" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.7" [build-dependencies.tonic-build] version = "0.7"