File tree Expand file tree Collapse file tree 2 files changed +575
-247
lines changed
Expand file tree Collapse file tree 2 files changed +575
-247
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " actix-protobuf"
3- version = " 0.8.0"
3+ version = " 0.8.0-experiment "
44edition = " 2018"
55authors = [
66@@ -12,16 +12,11 @@ homepage = "https://actix.rs"
1212repository = " https://github.com/actix/actix-extras.git"
1313license = " MIT OR Apache-2.0"
1414
15- [lib ]
16- name = " actix_protobuf"
17- path = " src/lib.rs"
18-
1915[dependencies ]
2016actix-web = { version = " 4" , default_features = false }
21- derive_more = " 0.99.5"
22- futures-util = { version = " 0.3.7" , default-features = false }
23- prost = { version = " 0.10" , default_features = false }
24-
25- [dev-dependencies ]
26- actix-web = { version = " 4" , default_features = false , features = [" macros" ] }
27- prost = { version = " 0.10" , default_features = false , features = [" prost-derive" ] }
17+ prost = { version = " 0.10" }
18+ futures-core = " 0.3.21"
19+ cfg-if = " 1.0.0"
20+ actix-http = " 3.2.1"
21+ derive_more = " 0.99.17"
22+ actix-rt = " 2.7.0"
You can’t perform that action at this time.
0 commit comments