# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "covidd" version = "0.1.9" authors = ["Paul Horn "] description = "Render current covid data for Dresden in the terminal" license = "MIT OR Apache-2.0" repository = "https://github.com/knutwalker/covidd/" [package.metadata.release] no-dev-version = true pre-release-commit-message = "Release {{crate_name}} {{version}}" sign-commit = true sign-tag = true [profile.dev.package.backtrace] opt-level = 3 [profile.release] opt-level = 2 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" [dependencies.color-eyre] version = "0.5.10" features = ["issue-url"] [dependencies.crossterm] version = "0.19.0" [dependencies.csv] version = "1.1.5" [dependencies.directories] version = "3.0.1" [dependencies.eyre] version = "0.6.5" [dependencies.fs2] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.locale_config] version = "0.3.0" [dependencies.minreq] version = "2.3.0" features = ["https", "json-using-serde"] [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.tracing] version = "0.1.22" [dependencies.tracing-error] version = "0.1.2" [dependencies.tracing-subscriber] version = "0.2.15" [dependencies.tui] version = "0.14.0" features = ["crossterm"] default-features = false