# 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 = "rutebot" version = "0.7.5" authors = ["Ilya Titkov "] description = "Telegram bot api bindings" readme = "README.md" keywords = ["telegram", "bot", "telegram-api", "telegram-bot"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Leonqn/rutebot" resolver = "2" [dependencies.bytes] version = "1" [dependencies.fure] version = "0.4" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["client", "http1"] [dependencies.hyper-multipart-rfc7578] version = "0.5" [dependencies.hyper-rustls] version = "0.23" optional = true [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["time"] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["hyper-tls"] rustls-tls = ["hyper-rustls"]