Cargo Features

Dirigera has no features set by default.

[dependencies]
dirigera = { version = "0.2.0", features = ["config", "example", "binary"] }
config binary? example?

Enables toml ^0.5

Affects hub::Config

example = config

Enables tokio

Dependencies needed to run the binary to generate a token. Can be skipped if already obtained token or after token is obtained.

binary = config

Enables pkce ^0.1.1, reqwest ^0.11.22, tokio, and url

Required by the generate-token binary