telexide 0.1.10

An async Rust library for the telegram bot API.
Documentation
[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]
features = ["http2", "client", "server"]
version = "0.14"

[dependencies.hyper-tls]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.paste]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.telexide_proc_macros]
version = "0.1.1"

[dependencies.tokio]
features = ["rt", "net", "time", "macros", "sync", "signal", "rt-multi-thread"]
version = "1.3"

[dependencies.tonic]
features = ["tls-roots"]
version = "0.8"

[dependencies.typemap_rev]
version = "0.3"

[package]
authors = ["Calli <me@calli.dev>"]
description = "An async Rust library for the telegram bot API."
documentation = "https://docs.rs/telexide"
edition = "2021"
homepage = "https://github.com/callieve/telexide"
keywords = ["telegram", "api", "bot"]
license-file = "LICENSE.md"
name = "telexide"
readme = "README.md"
repository = "https://github.com/callieve/telexide"
resolver = "2"
version = "0.1.10"