# 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 = "astro-rs" version = "0.1.1" exclude = [ ".github", "assets", ] description = "Astronomy utils" readme = "README.md" keywords = [ "astronomy", "astrophysics", "fits", "utility", ] categories = [ "aerospace", "data-structures", "parser-implementations", "science", ] license = "MIT" repository = "https://github.com/eta077/astro-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] debug = 2 [[bench]] name = "fits_benchmark" harness = false [dependencies.hifitime] version = "3.6" optional = true [dependencies.hyper] version = "0.14" features = [ "client", "http1", "tcp", ] optional = true [dependencies.memchr] version = "2.4, <2.6.3" [dependencies.once_cell] version = "1.16" optional = true [dependencies.regex] version = "1.7, <1.10.0" optional = true [dependencies.rust_decimal] version = "1.29" [dependencies.thiserror] version = "1.0.7" [dependencies.tokio] version = "1, <1.30.0" [dependencies.uom] version = "0.35" features = [ "autoconvert", "si", "std", "f64", ] optional = true default-features = false [dependencies.urlencoding] version = "2.1" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.image] version = "0.24" features = ["jpeg"] default-features = false [dev-dependencies.tokio-test] version = "0.4" [features] coordinates = [ "dep:hifitime", "dep:hyper", "dep:once_cell", "dep:regex", "dep:uom", "dep:urlencoding", ] cosmology = [] default = [ "coordinates", "fits", ] fits = []