tobari 0.2.0

Earth environment models — atmospheric drag density, IGRF geomagnetic field, and space weather integration.
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 = "tobari"
version = "0.2.0"
authors = ["sksat <sksat@sksat.net>"]
build = "build.rs"
include = [
    "/src/**/*",
    "/data/igrf14.rs",
    "/build.rs",
    "/README.md",
    "/Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Earth environment models — atmospheric drag density, IGRF geomagnetic field, and space weather integration."
homepage = "https://sksat.github.io/orts/"
readme = "README.md"
keywords = [
    "atmosphere",
    "igrf",
    "magnetic-field",
    "space-weather",
    "aerospace",
]
categories = [
    "science",
    "aerospace",
]
license = "MIT"
repository = "https://github.com/sksat/orts"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true

[features]
alloc = []
default = [
    "std",
    "fetch-igrf",
]
fetch = [
    "std",
    "dep:ureq",
]
fetch-igrf = []
std = [
    "alloc",
    "nalgebra/std",
    "arika/std",
]

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

[dependencies.arika]
version = "=0.2.0"
default-features = false

[dependencies.libm]
version = "0.2.16"

[dependencies.nalgebra]
version = "0.34"
features = ["libm"]
default-features = false

[dependencies.ureq]
version = "3"
optional = true

[dev-dependencies.arika]
version = "=0.2.0"

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

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

[build-dependencies.ureq]
version = "3"