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 default-features = false somewhere in the dependency tree.

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.

async-std async
futures async
serde serde_support
serde-big-array serde_support