# 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 = "moontool" version = "1.2.0" authors = ["Quentin Richert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "John Walker's moontool.c astronomical calculation routines, extracted and ported to Rust." readme = "README.md" keywords = ["moon"] categories = [ "aerospace", "mathematics", "science", "command-line-utilities", ] license = "0BSD" repository = "https://github.com/qrichert/moontool.git" [profile.release] strip = true [lib] name = "moontool" path = "src/lib.rs" [[bin]] name = "moontool" path = "src/main.rs" required-features = ["rich-output"] [dependencies.textcanvas] version = "3.5.0" optional = true [dependencies.time] version = "0.3" features = [ "std", "parsing", "local-offset", ] [features] rich-output = ["dep:textcanvas"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(tarpaulin_include)", "cfg(PARANOID)", ]