Cargo Features
[dependencies]
ogre = { version = "0.1.7", default-features = false, features = ["async", "serde_support"] }
- default = async, serde_support
-
These default features are set whenever
ogre
is added without
somewhere in the dependency tree.default-features = false - async default = async-std, futures
-
Affects
ogre::parser_async
… - serde_support default = serde, serde-big-array
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.