Cargo Features
[dependencies]
xorstream = { version = "2.0.2", default-features = false, features = ["std", "stream", "bin", "async-std-test"] }
- default = std
-
The
std
feature is set by default wheneverxorstream
is added without
somewhere in the dependency tree.default-features = false - std default
- stream = async-std-stream
- bin = base32, base64, hex, paw, structopt
-
Required by the binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- base32 bin?
-
Enables base32 ^0.4
Required for bin
- base64 bin?
-
Enables base64 ^0.10
- hex bin?
- paw bin?
- structopt bin?
- async-std-test implicit feature
-
Enables async-std
Required for stream trait
- async-std-stream stream?
-
Enables async-std