orts 0.2.0

orts core — orbital mechanics simulation, force/torque/sensor models, and WASM plugin host runtime.
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 = "2024"
rust-version = "1.91.0"
name = "orts"
version = "0.2.0"
authors = ["sksat <sksat@sksat.net>"]
build = false
include = [
    "src/**/*",
    "wit/**/*.wit",
    "Cargo.toml",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "orts core — orbital mechanics simulation, force/torque/sensor models, and WASM plugin host runtime."
homepage = "https://sksat.github.io/orts/"
readme = "README.md"
keywords = [
    "orbital-mechanics",
    "simulation",
    "spacecraft",
    "physics",
    "aerospace",
]
categories = [
    "science",
    "simulation",
]
license = "MIT"
repository = "https://github.com/sksat/orts"
resolver = "2"

[features]
fetch-horizons = ["arika/fetch-horizons"]
fetch-weather = ["tobari/fetch"]
plugin-wasm = [
    "dep:wasmtime",
    "dep:wasmtime-wasi",
]
plugin-wasm-async = [
    "plugin-wasm",
    "dep:tokio",
    "wasmtime/async",
]

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

[dependencies.arika]
version = "=0.2.0"

[dependencies.log]
version = "0.4.29"

[dependencies.nalgebra]
version = "0.34"

[dependencies.rand]
version = "0.9.1"

[dependencies.rand_distr]
version = "0.5.0"

[dependencies.rerun]
version = "0.30"
features = ["sdk"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tobari]
version = "=0.2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]
optional = true
default-features = false

[dependencies.utsuroi]
version = "=0.2.0"

[dependencies.wasmtime]
version = "~43.0"
features = [
    "runtime",
    "cranelift",
    "pulley",
    "component-model",
    "std",
    "wat",
    "anyhow",
]
optional = true
default-features = false

[dependencies.wasmtime-wasi]
version = "~43.0"
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]