# 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 = "covid19db" version = "2.0.9" authors = ["John Goerzen "] description = "Utility for building and accessing COVID-19 datasets" homepage = "https://github.com/jgoerzen/covid19db" readme = "README.md" keywords = ["covid19", "covid-19", "database", "coronavirus"] categories = ["command-line-utilities", "database", "science"] license = "GPL-3.0+" repository = "https://github.com/jgoerzen/covid19db/" [lib] [[bin]] name = "covid19db-loader" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.csv] version = "1.1" [dependencies.flate2] version = "1.0" [dependencies.julianday] version = "0.2" [dependencies.reqwest] version = "0.10" features = ["socks"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.sqlx] version = "0.3" features = ["runtime-tokio", "macros", "sqlite", "chrono"] default-features = false [dependencies.tempfile] version = "3.1" [dependencies.tokio] version = "0.2" features = ["macros"]