# 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 = "2021" name = "telegrax" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Telegram Bot APIs" readme = "readme.md" license = "Apache-2.0" repository = "https://github.com/kevin-leptons/telegrax" [lib] name = "telegrax" path = "src/lib.rs" [[example]] name = "send_message" path = "examples/send_message.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.serde] version = "1.0.187" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.ureq] version = "2.10.1" features = ["json"] [dev-dependencies.kix] version = "0.4.0" [dev-dependencies.luci] version = "0.1.0" [dev-dependencies.serial_test] version = "3.1.1"