layer-tl-types 0.2.2

Auto-generated Telegram TL types — constructors, functions, enums (Layer 223)
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-tl-types"
version = "0.2.2"
authors = ["Ankit Chaubey <ankitchaubey.dev@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated Telegram TL types — constructors, functions, enums (Layer 223)"
homepage = "https://github.com/ankit-chaubey/layer"
readme = "README.md"
keywords = [
    "telegram",
    "mtproto",
    "tl",
    "types",
    "api",
]
categories = [
    "api-bindings",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankit-chaubey/layer"
resolver = "2"

[features]
default = [
    "impl-debug",
    "impl-from-type",
    "impl-from-enum",
    "tl-api",
]
deserializable-functions = []
impl-debug = []
impl-from-enum = []
impl-from-type = []
impl-serde = []
name-for-id = []
tl-api = []
tl-mtproto = []

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

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

[build-dependencies.layer-tl-gen]
version = "0.2.0"

[build-dependencies.layer-tl-parser]
version = "0.2.0"