celestial-core 0.1.1-alpha.2

Core types and utilities for the Celestial astronomy library
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-core"
version = "0.1.1-alpha.2"
authors = ["@gaker"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and utilities for the Celestial astronomy library"
readme = "README.md"
keywords = [
    "astronomy",
    "celestial",
    "astrometry",
    "science",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gaker/celestial"

[features]
default = []
erfa-tests = []
serde = ["dep:serde"]

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

[dependencies.libm]
version = "0.2"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.11"

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

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