[package] name = "ruff" version = "0.1.0" authors = ["LordMZTE "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" async-trait = "0.1.42" bytes = "0.5" chrono = "0.4.19" clap = "2.33.3" dirs = "3.0.1" fern = "0.6.0" log = "0.4.13" once_cell = "1.5.2" pin-project-lite = "0.2.4" serde_json = "1.0.61" structopt = "0.3.21" thiserror = "1.0.23" toml = "0.5.8" [dependencies.tokio] version = "0.2" features = [ "macros", "fs", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.reqwest] version = "0.10" features = ["stream"]