# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "telegram_types" version = "0.7.0" authors = ["uonr "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types in the Telegram Bot API and their deserializers" readme = "README.md" categories = ["api-bindings"] license = "MIT" repository = "https://github.com/uonr/telegram-types" [lib] name = "telegram_types" path = "src/lib.rs" [[example]] name = "chat_member" path = "examples/chat_member.rs" [[example]] name = "echo" path = "examples/echo.rs" [[example]] name = "get_me" path = "examples/get_me.rs" [[example]] name = "upload" path = "examples/upload.rs" [[test]] name = "bot" path = "tests/bot.rs" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dev-dependencies.reqwest] version = "0.11" features = ["multipart"] [dev-dependencies.serde_urlencoded] version = "0.7" [dev-dependencies.tokio] version = "1" features = ["full"] [features] high = ["chrono"]