SpectraRust/Cargo.toml
2026-03-23 15:45:52 +08:00

17 lines
306 B
TOML

[package]
name = "tlusty-rust"
version = "0.1.0"
edition = "2024"
description = "Rust implementation of TLUSTY/SYNSPEC stellar atmosphere modeling"
[dependencies]
ndarray = "0.15"
num-traits = "0.2"
num-complex = "0.4"
anyhow = "1.0"
thiserror = "2.0"
[dev-dependencies]
approx = "0.5"
criterion = "0.5"