mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
parent
f22867d2d2
commit
3002b4de53
11 changed files with 171 additions and 75 deletions
|
@ -17,6 +17,7 @@ license = "MIT"
|
|||
shell-words = "1.0.0"
|
||||
rustls = { version = "0.19", optional = true, features = ["dangerous_configuration"] }
|
||||
webpki = { version = "0.21", optional = true }
|
||||
webpki-roots = { version = "0.21", optional = true }
|
||||
|
||||
[features]
|
||||
ssl = ["rustls", "webpki"]
|
||||
ssl = ["rustls", "webpki", "webpki-roots"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue