Cargo Features

[dependencies]
pierport = { version = "0.1.1", default-features = false, features = ["bin-deps"] }
default = bin-deps

The bin-deps feature is set by default whenever pierport is added without default-features = false somewhere in the dependency tree.

bin-deps default = clap, jsonwebtoken, reqwest, tokio, tokio-util, toml

Enables anyhow

Required by the binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

clap bin-deps
tokio bin-deps
tokio-util bin-deps
jsonwebtoken bin-deps
reqwest bin-deps

Enables reqwest ^0.11

toml bin-deps

Enables toml ^0.5