[package] name = "telegram_types" version = "0.7.0" authors = ["uonr "] repository = "https://github.com/uonr/telegram-types" categories = ["api-bindings"] license = "MIT" description = "Types in the Telegram Bot API and their deserializers" readme = "README.md" edition = "2018" [features] high = ["chrono"] [dependencies] serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" chrono = { version = "0.4", features = ["serde"], optional = true } [dev-dependencies] serde_urlencoded = "0.7" [dev-dependencies.reqwest] version = "0.11" features = ["multipart"] [dev-dependencies.tokio] version = "1" features = ["full"]