Cargo Features

[dependencies]
rust-httpstat = { version = "0.1.5", default-features = false, features = ["ssl", "http2", "static-ssl", "static-curl"] }
default = http2, ssl

These default features are set whenever rust-httpstat is added without default-features = false somewhere in the dependency tree.

ssl default

Enables ssl of curl

curl:

OpenSSL/system TLS backend

http2 default

Enables http2 of curl

static-ssl

Enables static-ssl of curl

static-curl

Enables static-curl of curl

rust-httpstat has 5 features without comments.