eyepiece 0.8.1

A crate to generate star fields as seen with different telescopes
Documentation
# 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 = "eyepiece"
version = "0.8.1"
authors = ["Rod Conan <rconan@gmto.org>"]
description = "A crate to generate star fields as seen with different telescopes"
documentation = "https://docs.rs/eyepiece"
readme = "README.md"
keywords = [
    "telescope",
    "astronomy",
]
categories = [
    "science",
    "simulation",
]
license = "MIT"
repository = "https://github.com/rconan/eyepiece"
resolver = "1"

[[bench]]
name = "benchmarks"
harness = false

[dependencies.anyhow]
version = "1.0.66"

[dependencies.colorous]
version = "1.0.8"

[dependencies.geotrans]
version = "0.2.2"

[dependencies.image]
version = "0.24.5"

[dependencies.indicatif]
version = "0.17.2"

[dependencies.log]
version = "0.4.17"

[dependencies.num-complex]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.num_cpus]
version = "1.15.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.rand_seeder]
version = "0.2.3"

[dependencies.rustfft]
version = "6.1.0"

[dependencies.serde]
version = "1.0.151"
features = ["derive"]

[dependencies.serde-pickle]
version = "1.1.1"

[dependencies.skyangle]
version = "0.2.2"

[dependencies.transpose]
version = "0.2.2"

[dev-dependencies.clap]
version = "4.0.32"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.serde-pickle]
version = "1.1.1"

[features]
parallel = []