# 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 = "runiverse" version = "0.2.0" authors = ["Mattia Procopio"] description = "A pure and safe Rust library to make astronomical calculations and solve astronomical algorithms" readme = "README.md" keywords = [ "libnova", "astronomy", "astrophotography", "meeus", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/MattBlack85/libuniverse/" resolver = "2" [lib] name = "runiverse" crate-type = [ "dylib", "lib", ] path = "src/lib.rs" [[bench]] name = "julian_day" harness = false [[bench]] name = "transform" harness = false [[bench]] name = "dynamical_time" harness = false [dependencies.libmath] version = "0.2" [dependencies.regex] version = "1.6" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]