ferogram-mtsender 0.3.8

MTProto sender pool and retry policy for ferogram
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 = "ferogram-mtsender"
version = "0.3.8"
authors = ["Ankit Chaubey <ankitchaubey.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MTProto sender pool and retry policy for ferogram"
homepage = "https://github.com/ankit-chaubey/ferogram"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankit-chaubey/ferogram"
resolver = "2"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.ferogram-connect]
version = "0.3.8"

[dependencies.ferogram-crypto]
version = "0.3.8"

[dependencies.ferogram-mtproto]
version = "0.3.8"

[dependencies.ferogram-session]
version = "0.3.8"

[dependencies.ferogram-tl-types]
version = "0.3.8"
features = [
    "tl-api",
    "tl-mtproto",
]

[dependencies.flate2]
version = "1"

[dependencies.getrandom]
version = "0.2"

[dependencies.metrics]
version = "0.24"

[dependencies.sha2]
version = "0.10"

[dependencies.socket2]
version = "0.5"
features = ["all"]

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

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]