# 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 = "darkness-check" version = "0.1.0" authors = ["Sarah GHP "] description = "Find out how many hours of darkness you are in for today." readme = "README.md" license-file = "./LICENSE" repository = "https://github.com/sarahghp/darkness" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.config] version = "0.13.2" features = [ "json", "toml", ] [dependencies.console] version = "0.15.1" [dependencies.reqwest] version = "0.11.11" features = [ "serde_json", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.tokio] version = "1.21.1" features = ["full"]