Cargo Features

traq-bot-http has no features set by default.

[dependencies]
traq-bot-http = { version = "0.11.2", features = ["uuid", "time", "chrono", "http", "tower"] }
uuid

Enables uuid

Affects types::Uuid

time

Enables time

Affects serde::timestamp, types::TimeStamp

chrono

Enables chrono

Affects serde::timestamp, types::TimeStamp

http tower?

Enables bytes, futures-core, futures-util, http, http-body, http-body-util, and pin-project-lite

tower = http

Enables tower-service

Affects traq-bot-http::handler, traq-bot-http::Handler