Cargo Features

tiedcrossing-type has no features set by default.

[dependencies]
tiedcrossing-type = { version = "0.1.0", features = ["server"] }
server = axum, headers, http

Enables async-await of futures

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.

axum server?

Enables axum ^0.5.4

headers server?

Enables headers ^0.3.7

http server?

Enables http ^0.2.6