[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 = { version = "0.10.0-alpha.1", features = ["json", "unstable-stream"] } serde_json = "1.0.41" serde = { version = "1.0.101", features = ["derive"] } apply = "0.2.2" derive_more = "0.15.0" tokio = "0.2.0-alpha.6" bytes = "0.4.12" futures-preview = "0.3.0-alpha.19" async-trait = "0.1.13" [features] default = [] unstable-stream = [] # add streams to public API