# 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 = "covid19" version = "0.3.0" authors = ["biomunky"] description = "Wrapper for cv19api https://lbandc.github.io/2020/04/14/project-cv19api.html" homepage = "https://github.com/biomunky/cv19api" readme = "README.md" keywords = ["covid", "client", "cv19api", "deaths", "uk"] categories = ["api-bindings"] license = "MIT/Apache-2.0" [lib] name = "covid19" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"