Cargo Features
[dependencies]
retty-io = { version = "0.3.0", default-features = false, features = ["with-deprecated"] }
- default = with-deprecated
-
The
with-deprecated
feature is set by default wheneverretty-io
is added without
somewhere in the dependency tree.default-features = false - with-deprecated default
-
Affects
io::deprecated
,retty-io::deprecated
,retty-io::tcp
…