Cargo Features

[dependencies]
osu = { version = "0.2.0", default-features = false, features = ["hyper-support", "reqwest-support"] }
default = hyper-support

The hyper-support feature is set by default whenever osu is added without default-features = false somewhere in the dependency tree.

hyper-support default = futures, hyper
reqwest-support = reqwest

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.

futures hyper-support

Enables futures ~0.1

hyper hyper-support

Enables hyper ^0.11

Affects bridge::hyper

reqwest reqwest-support?

Enables reqwest ~0.8

Affects bridge::reqwest