traq-bot-http 0.6.0

Library to parse POST requests of traQ BOT event
Documentation
[[example]]
name = "basic-with-axum"
path = "examples/basic-with-axum.rs"
[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"

[dependencies.http]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
features = ["serde", "parsing", "formatting", "macros"]
optional = true
version = "0.3"

[dependencies.uuid]
features = ["v4", "serde"]
optional = true
version = "1.3"
[dev-dependencies.axum]
version = "0.6"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[features]
chrono = ["dep:chrono"]
time = ["dep:time"]
uuid = ["dep:uuid"]

[package]
description = "Library to parse POST requests of traQ BOT event"
edition = "2021"
homepage = "https://github.com/H1rono/traq-bot-http-rs"
keywords = ["http", "web", "framework"]
license = "MIT"
name = "traq-bot-http"
readme = "README.md"
repository = "https://github.com/H1rono/traq-bot-http-rs"
rust-version = "1.64"
version = "0.6.0"