[package]
name = "cfsem"
version = "2.0.0"
edition = "2021"
authors = ["Commonwealth Fusion Systems <jlogan@cfs.energy>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cfs-energy/cfsem-rs"
homepage = "https://github.com/cfs-energy/cfsem-rs"
description = "Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov."
readme = "README.md"
[dependencies]
nalgebra = "^0.33.2"
rayon = "^1.10.0"
libm = "^0.2"
num-traits = { version = "0.2.19", features = ["libm"] }
[dev-dependencies]
criterion = "0.5.1"
itertools = "0.14.0"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
overflow-checks = true
[profile.dev]
opt-level = 3
[[bench]]
name = "linear_filament"
harness = false
[[bench]]
name = "circular_filament"
harness = false
[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "katex-header.html" ]