Cargo Features

[dependencies]
upcake = { version = "0.1.6", default-features = false, features = ["ssl", "http2", "static-ssl", "static-curl"] }
default = http2, ssl

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

ssl default

Enables ssl of rust-httpstat

http2 default

Enables http2 of rust-httpstat

static-ssl

Enables static-ssl of rust-httpstat

static-curl

Enables static-curl of rust-httpstat

Upcake has 5 features without comments.