[package]
edition = "2024"
name = "ferogram-tl-parser"
version = "0.1.0"
authors = ["Ankit Chaubey <ankitchaubey.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Telegram's Type Language (.tl) schema files"
homepage = "https://github.com/ankit-chaubey/ferogram"
documentation = "https://docs.rs/ferogram-tl-parser"
readme = "README.md"
keywords = [
"telegram",
"mtproto",
"tl",
"parser",
"codegen",
]
categories = [
"parser-implementations",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankit-chaubey/ferogram"
resolver = "2"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "ferogram_tl_parser"
path = "src/lib.rs"
[[test]]
name = "parse"
path = "tests/parse.rs"