Cargo Features

[dependencies]
nft-server = { version = "0.1.1", default-features = false, features = ["axum"] }
default = axum

The axum feature is set by default whenever nft-server is added without default-features = false somewhere in the dependency tree.

axum default

Enables axum ^0.6.0-rc.2

Affects nft-server::server

Required by the example binary