cfsem 2.0.0

Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov.
Documentation
[[bench]]
harness = false
name = "circular_filament"
path = "benches/circular_filament.rs"

[[bench]]
harness = false
name = "linear_filament"
path = "benches/linear_filament.rs"

[dependencies.libm]
version = "^0.2"

[dependencies.nalgebra]
version = "^0.33.2"

[dependencies.num-traits]
features = ["libm"]
version = "0.2.19"

[dependencies.rayon]
version = "^1.10.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.itertools]
version = "0.14.0"

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

[package]
authors = ["Commonwealth Fusion Systems <jlogan@cfs.energy>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov."
edition = "2021"
homepage = "https://github.com/cfs-energy/cfsem-rs"
license = "MIT OR Apache-2.0"
name = "cfsem"
readme = "README.md"
repository = "https://github.com/cfs-energy/cfsem-rs"
version = "2.0.0"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]

[profile.dev]
opt-level = 3

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
overflow-checks = true