[package] name = "async-telegram-bot" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "ba7b2a754eab0d79817ea8551d0803806ae8af7d" } serde_json = "1.0.39" serde = {version = "1.0.92", features = ["derive"] } lazy_static = "1.3" apply = "0.2.2" derive_more = "0.15.0" tokio = "0.2.0-alpha.4" bytes = "0.4.12" futures-preview = "0.3.0-alpha.18" libc = "0.2.62"