Cargo Features

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

[dependencies]
traq-bot-http = { version = "0.10.1", 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 http, http-body, and http-body-util

tower = http

Enables futures, pin-project-lite, tower ^0.4, and tower-http

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