ferogram-tl-types 0.1.0

Auto-generated Telegram TL types: constructors, functions, enums (Layer 224)
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-tl-types"
version = "0.1.0"
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 224)"
homepage = "https://github.com/ankit-chaubey/ferogram"
documentation = "https://docs.rs/ferogram-tl-types"
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/ferogram"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "impl-debug",
    "impl-from-type",
    "impl-from-enum",
    "tl-api",
    "tl-mtproto",
    "deserializable-functions",
    "name-for-id",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[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 = "ferogram_tl_types"
path = "src/lib.rs"

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

[build-dependencies.ferogram-tl-gen]
version = "0.1.0"

[build-dependencies.ferogram-tl-parser]
version = "0.1.0"