spicekit 0.2.2

Pure-Rust reader for NASA/NAIF SPICE kernel formats (DAF, SPK, PCK, text kernels). Independent of the CSpice toolkit.
Documentation
[package]
name = "spicekit"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Pure-Rust reader for NASA/NAIF SPICE kernel formats (DAF, SPK, PCK, text kernels). Independent of the CSpice toolkit."
readme = "../../README.md"
keywords = ["spice", "naif", "astronomy", "ephemeris", "astrodynamics"]
categories = ["science", "aerospace", "parser-implementations"]

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

[dependencies]
bytemuck = "1.16"
memmap2 = "0.9"
rayon = "1.11"
rustc-hash = "2.0"
thiserror = "2.0"

[dev-dependencies]
tempfile = "3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]