Cargo Features
[dependencies]
arnalisa = { version = "0.6.8", default-features = false, features = ["tools", "xio"] }
- default = tools, xio
-
These default features are set whenever
arnalisa
is added without
somewhere in the dependency tree.default-features = false - tools default = env_logger
-
Required by the binary
- xio default = xio_base_datatypes, xio_webapi
-
Affects
bins::xiosource
…
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.