Skip to content

Commit eef90dd

Browse files
committed
put back dep:
1 parent 22fbe5c commit eef90dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ license-file = "LICENSE"
77
repository = "https://github.com/dfinity/ic-bn-lib"
88
readme = "README.md"
99

10-
[features]
11-
clients-hyper = ["hyper-rustls"]
12-
acme_dns = ["instant-acme", "cloudflare", "backoff", "rcgen"]
13-
acme_alpn = ["rustls-acme"]
14-
vector = ["vrl", "prost", "prost-types"]
15-
1610
[dependencies]
1711
ahash = "0.8.11"
1812
anyhow = "1.0.93"
@@ -111,6 +105,12 @@ webpki-root-certs = "0.26.6"
111105
x509-parser = "0.17.0"
112106
zeroize = { version = "1.8.1", features = ["derive"] }
113107

108+
[features]
109+
clients-hyper = ["dep:hyper-rustls"]
110+
acme_dns = ["dep:instant-acme", "dep:cloudflare", "dep:backoff", "dep:rcgen"]
111+
acme_alpn = ["dep:rustls-acme"]
112+
vector = ["dep:vrl", "dep:prost", "dep:prost-types"]
113+
114114
[dev-dependencies]
115115
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
116116
mockall = "0.13.0"

0 commit comments

Comments
 (0)