# 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] name = "astral-cli" version = "0.3.2" authors = ["manguluka "] description = "Astronomy toolkit for finding the position of the Sun, Moon, planets and other celestial bodies at a place and time." homepage = "https://github.com/manguluka/astral-cli" keywords = ["astronomy", "planets", "stars"] categories = ["science", "algorithms", "command-line-utilities"] license = "MIT" repository = "https://github.com/manguluka/astral-cli" [[bin]] name = "astral" path = "src/main.rs" bench = false [dependencies.astral] version = "^0.3.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.colored] version = "1.5" [dependencies.geocode] version = "^0.1" [dependencies.prettytable-rs] version = "0.6.7"