# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dad-updater" version = "0.1.7" authors = ["thoxy"] description = "Dark and Darker updater" readme = "README.md" license = "MIT" repository = "https://github.com/thoxy67/dad-updater" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "4.4.11" features = [ "derive", "env", ] [dependencies.colored] version = "2.0.4" [dependencies.csv] version = "1.3.0" [dependencies.futures] version = "0.3.29" [dependencies.indicatif] version = "0.17.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.22" features = [ "stream", "json", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sha256] version = "1.4.0" [dependencies.tokio] version = "1.34.0" features = ["full"]