# 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 = "suntrack" version = "0.1.1" description = "A command line tool that let you know when the sun rises and sets in a city on any given date" readme = "README.md" keywords = [ "sunrise", "sunset", "time", "cli", "offline", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/marsavar/suntrack" [dependencies.asciifolding] version = "0.1.0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.sunrise] version = "1.0.0"