Cargo Features

[dependencies]
hessra-config = { version = "0.1.0", default-features = false, features = ["toml", "http3"] }
default = toml

The toml feature is set by default whenever hessra-config is added without default-features = false somewhere in the dependency tree.

toml default

Enables toml

http3

HessraConfig has 3 features without comments.