teloxide/Cargo.toml

27 lines
677 B
TOML
Raw Normal View History

2019-09-01 18:51:07 +02:00
[package]
name = "telebofr"
2019-09-01 18:51:07 +02:00
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-10-09 21:31:50 +02:00
reqwest = { version = "0.10.0-alpha.1", features = ["json", "unstable-stream"] }
serde_json = "1.0.41"
serde = { version = "1.0.101", features = ["derive"] }
derive_more = "0.15.0"
2019-10-09 21:31:50 +02:00
tokio = "0.2.0-alpha.6"
bytes = "0.4.12"
2019-09-12 23:37:45 +02:00
log = "0.4.8"
2019-09-27 14:26:52 +02:00
pin-project = "0.4.0-alpha.7"
2019-10-09 21:31:50 +02:00
futures-preview = "0.3.0-alpha.19"
async-trait = "0.1.13"
thiserror = "1.0.2"
serde_with_macros = "1.0.1"
[features]
default = []
unstable-stream = [] # add streams to public API
never-type = [] # add never type (`!`) to punlic API