Cargo Features

Tough has no features set by default.

[dependencies]
tough = { version = "0.17.1", features = ["http", "integ"] }
http = reqwest

Affects tough::http

integ

The integ feature enables integration tests. These tests require noxious-server to be installed on the host.

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.

reqwest http?

Enables reqwest ^0.11