Cargo Features

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

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

http2 default

Enables http2 of curl

static-curl default

Enables static-curl of curl

static-ssl

Enables static-ssl of curl

gTickCheckerRust has 4 features without comments.