We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad2d372 + 0585d1d commit 58cf93eCopy full SHA for 58cf93e
Cargo.toml
@@ -11,7 +11,7 @@ homepage = "https://github.com/containerd/ttrpc-rust"
11
description = "A Rust version of ttrpc."
12
13
[dependencies]
14
-protobuf = { version = "2.0", optional = true }
+protobuf = { version = "2.0" }
15
bytes = { version = "0.4.11", optional = true }
16
libc = { version = "0.2.59", features = [ "extra_traits" ] }
17
nix = "0.23.0"
@@ -30,8 +30,7 @@ tokio-vsock = { version = "0.3.1", optional = true }
30
protobuf-codegen-pure = "2.14.0"
31
32
[features]
33
-default = ["protobuf-codec", "sync"]
34
-protobuf-codec = ["protobuf"]
+default = ["sync"]
35
async = ["async-trait", "tokio", "futures", "tokio-vsock"]
36
sync = []
37
0 commit comments