Cargo Features
[dependencies]
lewton = { version = "0.10.2", default-features = false, features = ["async_ogg"] }
- default = ogg
-
The
ogg
feature is set by default wheneverlewton
is added without
somewhere in the dependency tree.default-features = false - async_ogg = futures, ogg, tokio-io
-
Affects
inside_ogg::async_api
…
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.