# 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 = "tdlib" version = "0.10.0" authors = ["Marco Melorio "] description = """ Rust wrapper around the Telegram Database Library. """ homepage = "https://github.com/melix99/tdlib-rs" documentation = "https://docs.rs/tdlib" license = "MIT OR Apache-2.0" repository = "https://github.com/melix99/tdlib-rs" resolver = "1" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps] tdjson = "1.8.19" [dependencies.futures-channel] version = "0.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "sync", ] [build-dependencies.system-deps] version = "6" [build-dependencies.tdlib-tl-gen] version = "0.5" [build-dependencies.tdlib-tl-parser] version = "0.2" [features] bots-only-api = [] default = ["bots-only-api"] dox = []