[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"