# 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 = "star-catalog" version = "0.0.8" authors = ["Gavin J Stark"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Star catalog" homepage = "https://github.com/atthecodeface/star-catalog-rs" documentation = "https://docs.rs/star-catalog" readme = "README.md" keywords = [ "astronomy", "star", "catalog", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/atthecodeface/star-catalog-rs" [lib] name = "star_catalog" path = "src/lib.rs" [[bin]] name = "star-catalog" path = "src/main.rs" [[test]] name = "hipparcos" path = "tests/hipparcos.rs" [[test]] name = "iau" path = "tests/iau.rs" [[test]] name = "map" path = "tests/map.rs" [[test]] name = "search" path = "tests/search.rs" [[test]] name = "subcube" path = "tests/subcube.rs" [dependencies.anyhow] version = ">=1.0.86" [dependencies.clap] version = "4.5.2" features = ["string"] [dependencies.csv] version = "1.3" optional = true [dependencies.geo-nd] version = ">=0.5" [dependencies.image] version = ">=0.25" features = [ "jpeg", "png", ] optional = true default-features = false [dependencies.postcard] version = "1.0" features = ["alloc"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.125" features = ["alloc"] [dependencies.thiserror] version = ">=1.0.61" [features] csv = ["dep:csv"] default = ["postcard"] hipp_bright = ["dep:postcard"] image = ["dep:image"] postcard = ["dep:postcard"]