astrodyn_frames 0.1.1

Reference frame tree and Earth rotation (RNP, nutation, precession) for the astrodyn orbital-dynamics pipeline
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 = "astrodyn_frames"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference frame tree and Earth rotation (RNP, nutation, precession) for the astrodyn orbital-dynamics pipeline"
readme = "README.md"
keywords = [
    "reference-frame",
    "earth-rotation",
    "orbital-mechanics",
    "aerospace",
    "geodesy",
]
categories = [
    "science",
    "aerospace",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/simnaut/astrodyn"

[package.metadata.docs.rs]
all-features = true

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

[[test]]
name = "rnp_comparison"
path = "tests/rnp_comparison.rs"

[dependencies.astrodyn_math]
version = "0.1.0"

[dependencies.astrodyn_quantities]
version = "0.1.0"

[dependencies.glam]
version = "0.30"
features = ["std"]

[dev-dependencies.astrodyn_math]
version = "0.1.0"
features = ["test-utils"]

[dev-dependencies.astrodyn_quantities]
version = "0.1.0"
features = ["test-utils"]

[dev-dependencies.astrodyn_time]
version = "0.1.0"

[dev-dependencies.proptest]
version = "1"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.missing_docs]
level = "deny"
priority = -1

[lints.rustdoc]
broken_intra_doc_links = "deny"
invalid_html_tags = "deny"