Skip to content

Commit 749d9ee

Browse files
committed
chore: use dep: features
1 parent fe2572c commit 749d9ee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ rust-version = "1.59"
1313

1414
[features]
1515
default = []
16-
arbitrary = ["quickcheck"]
17-
destination = ["http-types", "meta", "net", "prost-types", "tonic/codegen"]
16+
arbitrary = ["dep:quickcheck"]
17+
destination = ["http-types", "meta", "net", "dep:prost-types", "tonic/codegen"]
1818
grpc-route = ["http-route"]
1919
http-route = ["http-types"]
20-
http-types = ["http", "thiserror"]
21-
identity = ["prost-types", "tonic/codegen"]
20+
http-types = ["dep:http", "dep:thiserror"]
21+
identity = ["dep:prost-types", "tonic/codegen"]
2222
inbound = [
2323
"grpc-route",
2424
"http-route",
2525
"meta",
2626
"net",
27-
"prost-types",
27+
"dep:prost-types",
2828
"tonic/codegen",
2929
]
3030
outbound = [
@@ -34,14 +34,14 @@ outbound = [
3434
"meta",
3535
"net",
3636
"opaque-route",
37-
"prost-types",
37+
"dep:prost-types",
3838
"tls-route",
3939
"tonic/codegen",
4040
]
4141
meta = []
42-
net = ["ipnet", "thiserror"]
42+
net = ["dep:ipnet", "dep:thiserror"]
4343
opaque-route = []
44-
tap = ["h2", "http-types", "net", "prost-types", "tonic/codegen"]
44+
tap = ["dep:h2", "http-types", "net", "dep:prost-types", "tonic/codegen"]
4545
tls-route = []
4646

4747
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)