# 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 = "astronomical-quantities" version = "0.13.0" authors = ["Michael Amrhein "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unit-safe computations with astronomical quantities." homepage = "https://github.com/mamrhein/quantities.rs" documentation = "https://docs.rs/quantities/" readme = "README.md" keywords = [ "quantity", "unit", "unit-safe", "measure", "astronomical", ] categories = [ "data-structures", "mathematics", "science", ] license-file = "LICENSE.TXT" repository = "https://github.com/mamrhein/quantities.rs" [lib] name = "astronomical_quantities" path = "src/lib.rs" [dependencies.qty-macros] version = "0.13.0" [dependencies.quantities] version = "0.13.0" [dev-dependencies.trybuild] version = "1" [features] default = ["std"] std = []