celestial-coords 0.1.1-alpha.2

Astronomical coordinate transformations
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 = "celestial-coords"
version = "0.1.1-alpha.2"
authors = ["@gaker"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Astronomical coordinate transformations"
readme = "README.md"
keywords = [
    "astronomy",
    "coordinates",
    "celestial",
    "astrometry",
    "icrs",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gaker/celestial"

[features]
default = []
serde = [
    "dep:serde",
    "dep:serde_json",
    "celestial-core/serde",
    "celestial-time/serde",
]

[lib]
name = "celestial_coords"
path = "src/lib.rs"

[[example]]
name = "coordinate_transforms"
path = "examples/coordinate_transforms.rs"

[[example]]
name = "eop_basics"
path = "examples/eop_basics.rs"

[[example]]
name = "eop_update"
path = "examples/eop_update.rs"

[[example]]
name = "galactic_ecliptic"
path = "examples/galactic_ecliptic.rs"

[[example]]
name = "solar_lunar"
path = "examples/solar_lunar.rs"

[dependencies.celestial-core]
version = "0.1.1-alpha.2"

[dependencies.celestial-eop-data]
version = "0.1"

[dependencies.celestial-time]
version = "0.1.1-alpha.2"

[dependencies.libm]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.reqwest]
version = "0.12"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "macros",
    "net",
    "io-util",
    "time",
]