Cargo Features
[dependencies]
pierport = { version = "0.1.3", default-features = false, features = ["bin-deps"] }
- default = bin-deps
-
The
bin-deps
feature is set by default wheneverpierport
is added without
somewhere in the dependency tree.default-features = false - bin-deps default = clap, http, jsonwebtoken, reqwest, tokio, tokio-util, toml, tower, tower-http
-
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
- http bin-deps
-
Enables http ^0.2
- tower-http bin-deps
-
Enables tower-http ^0.4
- tower bin-deps
-
Enables tower ^0.4