[package] name = "telegram" version = "0.2.0" description = "Unofficial Telegram API Library" authors = ["Ryan Leckey "] workspace = "../" license = "MIT/Apache-2.0" homepage = "https://github.com/mehcode/telegram-rs" documentation = "https://docs.rs/telegram" repository = "https://github.com/mehcode/telegram-rs" [dependencies] byteorder = "1.1.0" error-chain = "0.10.0" extprim = "1.4.0" telegram_derive = { path = "../telegram_derive", version = "0.2.0" } [build-dependencies] telegram_codegen = { path = "../telegram_codegen", version = "0.2.0" }