mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
parent
d78fd8c141
commit
d36999db6d
16 changed files with 494 additions and 104 deletions
|
@ -15,7 +15,8 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
shell-words = "1.0.0"
|
||||
dotenv = { version = "0.15.0", optional = true }
|
||||
rustls = { version = "0.19", optional = true, features = ["dangerous_configuration"] }
|
||||
webpki = { version = "0.21", optional = true }
|
||||
|
||||
[features]
|
||||
env-file = ["dotenv"]
|
||||
ssl = ["rustls", "webpki"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue