tdlib 0.1.0

Rust wrapper around the Telegram Database Library.
Documentation
[build-dependencies.tdlib-tl-gen]
version = "0.1"

[build-dependencies.tdlib-tl-parser]
version = "0.1"
[dependencies.futures-channel]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "1.12"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync"]
version = "1"

[features]
bots-only-api = []
default = ["bots-only-api"]

[package]
authors = ["Marco Melorio <marco.melorio@protonmail.com>"]
description = "Rust wrapper around the Telegram Database Library.\n"
documentation = "https://docs.rs/tdlib"
edition = "2021"
homepage = "https://github.com/melix99/tdlib-rs"
license = "MIT OR Apache-2.0"
name = "tdlib"
repository = "https://github.com/melix99/tdlib-rs"
version = "0.1.0"