layer-client 0.2.2

Production-grade async Telegram client — updates, bots, flood-wait, dialogs, messages
Documentation
# 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 = "2024"
name = "layer-client"
version = "0.2.2"
authors = ["Ankit Chaubey <ankitchaubey.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-grade async Telegram client — updates, bots, flood-wait, dialogs, messages"
homepage = "https://github.com/ankit-chaubey/layer"
readme = "README.md"
keywords = [
    "telegram",
    "mtproto",
    "client",
    "bot",
    "async",
]
categories = [
    "api-bindings",
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankit-chaubey/layer"
resolver = "2"

[features]
sqlite-session = ["rusqlite"]

[lib]
name = "layer_client"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dependencies.flate2]
version = "1"

[dependencies.getrandom]
version = "0.2"

[dependencies.hmac]
version = "0.12"

[dependencies.layer-mtproto]
version = "0.2.1"

[dependencies.layer-tl-types]
version = "0.2.0"
features = [
    "tl-api",
    "tl-mtproto",
]

[dependencies.log]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.pulldown-cmark]
version = "0.11"

[dependencies.rusqlite]
version = "0.31"
optional = true

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "sync",
    "time",
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.tokio-socks]
version = "0.5"