[package]
edition = "2024"
rust-version = "1.85"
name = "alphastell"
version = "0.1.0"
authors = ["Satoshi Misumi"]
build = false
exclude = [
"/parastell",
"/figure",
"/notes",
"/out",
"/tools",
"/examples",
"/.github",
"/.claude",
"/.venv",
"/pyproject.toml",
"/uv.lock",
"/makefile",
"main.step",
"main.svg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust CAD generator for stellarator fusion reactors: VMEC equilibria to STEP geometry for in-vessel layers and modular coils."
homepage = "https://github.com/lzpel/alphastell"
documentation = "https://docs.rs/alphastell"
readme = "README.md"
keywords = [
"stellarator",
"fusion",
"cad",
"vmec",
"nuclear",
]
categories = [
"science",
"simulation",
"command-line-utilities",
"mathematics",
]
license = "MIT"
repository = "https://github.com/lzpel/alphastell"
[lib]
name = "alphastell"
path = "src/lib.rs"
[[bin]]
name = "alphastell"
path = "src/main.rs"
[dependencies.cadrum]
version = "^0.7"
[dependencies.clap]
version = "^4"
features = ["derive"]
[dependencies.netcdf3]
version = "^0.6"
[dependencies.regex]
version = "^1"