Cargo Features
[dependencies]
nft-server = { version = "0.1.1", default-features = false, features = ["axum"] }
- default = axum
-
The
axum
feature is set by default whenevernft-server
is added without
somewhere in the dependency tree.default-features = false - axum default
-
Enables axum ^0.6.0-rc.2
Affects
nft-server::server
…Required by the example binary