astrodyn 0.1.1

Pipeline orchestration, VehicleBuilder, and recipes — single API surface for ECS adapters
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"
version = "0.1.1"
build = false
exclude = [
    "trick/**",
    "docs/**",
    "scripts/**",
    "tests/**",
    "xtask/**",
    ".github/**",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pipeline orchestration, VehicleBuilder, and recipes — single API surface for ECS adapters"
readme = "README.md"
keywords = [
    "orbital-mechanics",
    "simulation",
    "aerospace",
    "ecs",
    "physics",
]
categories = [
    "science",
    "aerospace",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/simnaut/astrodyn"

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

[dependencies.astrodyn_atmosphere]
version = "0.1.0"

[dependencies.astrodyn_dynamics]
version = "0.1.0"

[dependencies.astrodyn_ephemeris]
version = "0.1.0"

[dependencies.astrodyn_frames]
version = "0.1.0"

[dependencies.astrodyn_gravity]
version = "0.1.0"

[dependencies.astrodyn_interactions]
version = "0.1.0"

[dependencies.astrodyn_math]
version = "0.1.0"

[dependencies.astrodyn_planet]
version = "0.1.0"

[dependencies.astrodyn_quantities]
version = "0.1.0"

[dependencies.astrodyn_time]
version = "0.1.0"

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

[dependencies.log]
version = "0.4"

[dependencies.uom]
version = "0.38"
features = [
    "f64",
    "si",
    "std",
]
default-features = false

[lints.rust]
unsafe_code = "forbid"

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

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

[profile.bench]
inherits = "release"

[profile.dev]
opt-level = 1
debug = "line-tables-only"

[profile.dev.package.astrodyn_atmosphere]
opt-level = 3

[profile.dev.package.astrodyn_dynamics]
opt-level = 3

[profile.dev.package.astrodyn_ephemeris]
opt-level = 3

[profile.dev.package.astrodyn_gravity]
opt-level = 3

[profile.dev.package.astrodyn_interactions]
opt-level = 3

[profile.dev.package.astrodyn_math]
opt-level = 3

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
incremental = false
strip = "debuginfo"

[profile.release-with-debug]
debug = "line-tables-only"
split-debuginfo = "packed"
inherits = "release"
strip = "none"

[profile.test]
opt-level = 1
debug = "line-tables-only"

[profile.test.package.astrodyn_atmosphere]
opt-level = 3

[profile.test.package.astrodyn_dynamics]
opt-level = 3

[profile.test.package.astrodyn_ephemeris]
opt-level = 3

[profile.test.package.astrodyn_gravity]
opt-level = 3

[profile.test.package.astrodyn_interactions]
opt-level = 3

[profile.test.package.astrodyn_math]
opt-level = 3

[profile.test.package."*"]
opt-level = 3