# 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 = "apod" version = "1.1.2" authors = ["Michal S. "] description = "Pulls the Astronomy Photo of (the) Day from the official NASA API and optionally sets it as your wallpaper" homepage = "https://git.tar.black/michal/apod" readme = "README.md" keywords = [ "astronomy", "photo", "wallpaper", "nasa", "space", ] license = "MIT" repository = "https://git.tar.black/michal/apod" resolver = "2" [profile.release] strip = true [dependencies.clap] version = "3.2.1" features = ["derive"] [dependencies.colourizer] version = "0.1.4" [dependencies.dirs] version = "4.0.0" [dependencies.native-tls] version = "0.2.10" default-features = false [dependencies.notify-rust] version = "4.5.8" [dependencies.open] version = "3.0.1" [dependencies.serde] version = "1.0.139" default-features = false [dependencies.serde_derive] version = "1.0.139" default-features = false [dependencies.serde_json] version = "1.0.82" default-features = false [dependencies.ureq] version = "2.5.0" features = [ "native-tls", "json", ] [dependencies.users] version = "0.11.0" default-features = false [dependencies.wallpaper] version = "3.2.0" features = ["from_url"]