[package]
name = "layer-tl-types"
description = "Auto-generated Telegram TL types — constructors, functions, enums (Layer 223)"
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["telegram", "mtproto", "tl", "types", "api"]
categories = ["api-bindings", "encoding"]
build = "build.rs"
[build-dependencies]
layer-tl-parser = { workspace = true }
layer-tl-gen = { workspace = true }
[features]
default = ["impl-debug", "impl-from-type", "impl-from-enum", "tl-api"]
impl-debug = []
impl-from-type = []
impl-from-enum = []
deserializable-functions = []
name-for-id = []
tl-api = []
tl-mtproto = []
impl-serde = []