1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-10-30 12:16:08 -04:00
rust/Cargo.toml

27 lines
830 B
TOML
Raw Normal View History

[package]
name = "awesome-rust"
version = "0.1.0"
authors = []
homepage = "https://github.com/rust-unofficial/awesome-rust"
repository = "https://github.com/rust-unofficial/awesome-rust"
2020-01-10 18:07:36 -05:00
edition = "2018"
default-run = "awesome-rust"
# FIXME: locked down versions are a workaround for https://github.com/hyperium/hyper/issues/2191
[dependencies]
2020-01-10 18:07:36 -05:00
pulldown-cmark = "0.6"
futures = "0.3"
reqwest = { version="=0.10.4", default_features=false, features=["rustls-tls"] }
tokio = {version = "=0.2.20", features = ["macros", "rt-core", "rt-threaded", "time"] }
2020-01-10 18:07:36 -05:00
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
hyper = "=0.13.5"
failure = "0.1"
lazy_static = "1"
env_logger = "0.7"
async-std = "1"
2020-01-13 17:13:00 -05:00
log = "0.4"
regex = "1"
scraper = "0.11"
chrono = { version = "0.4", features = ["serde"] }
chrono-humanize = "0.0.11"