[dependencies.chrono]
features = ["serde"]
version = "0.4.19"
[dependencies.derive_builder]
version = "0.9.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.122"
[features]
default = []
incomplete = []
[package]
authors = ["Wonwoo Choi <chwo9843@gmail.com>"]
description = "Serializable data models for Discord Interaction."
edition = "2018"
homepage = "https://github.com/tirr-c/disint"
license = "MIT OR Apache-2.0"
name = "disint-model"
readme = "README.md"
repository = "https://github.com/tirr-c/disint"
version = "0.2.0"