Skip to content

Commit

Permalink
implemented alternative protobuf implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hain committed Aug 14, 2022
1 parent bad6159 commit 1780f7e
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 251 deletions.
23 changes: 7 additions & 16 deletions actix-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
[package]
name = "actix-protobuf"
version = "0.8.0"
version = "0.8.0-experiment"
edition = "2018"
authors = [
"kingxsp <jin.hb.zh@outlook.com>",
"Yuki Okushi <huyuumi.dev@gmail.com>",
]
description = "Protobuf payload extractor for Actix Web"
keywords = ["actix", "web", "protobuf", "protocol", "rpc"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT OR Apache-2.0"

[lib]
name = "actix_protobuf"
path = "src/lib.rs"

[dependencies]
actix-web = { version = "4", default_features = false }
derive_more = "0.99.5"
futures-util = { version = "0.3.7", default-features = false }
prost = { version = "0.10", default_features = false }

[dev-dependencies]
actix-web = { version = "4", default_features = false, features = ["macros"] }
prost = { version = "0.10", default_features = false, features = ["prost-derive"] }
prost = { version = "0.10"}
futures-core = "0.3.21"
cfg-if = "1.0.0"
actix-http = "3.2.1"
derive_more = "0.99.17"
actix-rt = "2.7.0"
Loading

0 comments on commit 1780f7e

Please sign in to comment.