alphastell 0.1.0

Rust CAD generator for stellarator fusion reactors: VMEC equilibria to STEP geometry for in-vessel layers and modular coils.
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.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"