Cargo Features

[dependencies]
pathmaker = { version = "0.2.0", default-features = false, features = ["with-hyper"] }
default = with-hyper

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

with-hyper default = futures, hyper

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.

hyper with-hyper

Enables hyper ^0.12

Affects pathmaker::hyper

futures with-hyper

Enables futures ^0.1