Cargo Features

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

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

hyper-support = futures, hyper
reqwest-support default = 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