Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

ts-webapi has no features set by default.

[dependencies]
ts-webapi = { version = "0.4.7", features = ["axum", "postgres", "token", "test"] }
axum

Enables axum

Affects ts-webapi::extractors

postgres

Enables bb8, bb8-postgres, and tokio-postgres

Affects ts-webapi::postgres

token

Enables ts-token ^0.5

Affects middleware::token

test

Affects ts-webapi::test