layer 0.1.2

Ergonomic Telegram MTProto library — auto-generated TL types, raw API access, session management
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"
version = "0.1.2"
authors = ["Ankit Chaubey <ankitchaubey.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic Telegram MTProto library — auto-generated TL types, raw API access, session management"
homepage = "https://github.com/ankit-chaubey/layer"
readme = "README.md"
keywords = [
    "telegram",
    "mtproto",
    "api",
    "client",
    "bot",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankit-chaubey/layer"
resolver = "2"

[features]
codegen = ["dep:layer-tl-gen"]
default = []
parser = ["dep:layer-tl-parser"]

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

[dependencies.layer-crypto]
version = "0.1.1"

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

[dependencies.layer-tl-gen]
version = "0.1.1"
optional = true

[dependencies.layer-tl-parser]
version = "0.1.1"
optional = true

[dependencies.layer-tl-types]
version = "0.1.1"