[package] name = "relegram" version = "0.1.13" authors = ["Ilya Titkov "] readme = "README.md" repository = "https://github.com/Leonqn/relegram" exclude = [ ".idea/*" ] description = "wrapper for telegram bot api" license = "MIT" [dependencies] hyper = "0.12" hyper-tls = "0.3" serde_json = "1.0" serde = "1.0" serde_derive = "1.0" chrono = "0.4" futures = "0.1" tokio = "0.1"