mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 21:38:30 -04:00
Add sentence I/O to blocking ConnectionStream
This commit is contained in:
parent
ea96f433e6
commit
a92500e67b
10 changed files with 343 additions and 18 deletions
|
@ -21,6 +21,10 @@ webpki-roots = { version = "0.21", optional = true }
|
|||
tokio = { version = "1", optional = true, features = ["net", "io-util", "rt"] }
|
||||
tokio-rustls = { version = "0.22", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
mockstream = "0.0.3"
|
||||
tokio-mockstream = "1.1.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
ssl = ["rustls", "rustls/dangerous_configuration", "webpki", "webpki-roots"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue