# 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 = "telexide" version = "0.1.17" authors = ["Calli "] description = "An async Rust library for the telegram bot API." homepage = "https://github.com/callieve/telexide" documentation = "https://docs.rs/telexide" readme = "README.md" keywords = [ "telegram", "api", "bot", ] license-file = "LICENSE.md" repository = "https://github.com/callieve/telexide" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "^0.3.13" [dependencies.http] version = "^0.2.3" [dependencies.hyper] version = "0.14" features = [ "http2", "client", "server", ] [dependencies.hyper-rustls] version = "0.24" optional = true [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.telexide_proc_macros] version = "0.1.2" [dependencies.tokio] version = "1.3" features = [ "rt", "net", "time", "macros", "sync", "signal", "rt-multi-thread", ] [dependencies.tonic] version = "0.10" features = ["tls-roots"] [dependencies.typemap_rev] version = "0.3" [features] default = ["rustls"] native-tls = ["dep:hyper-tls"] rustls = ["dep:hyper-rustls"]