cfsem 1.1.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.nalgebra]
version = "^0.33.0"

[dependencies.rayon]
version = "^1.10.0"

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

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

[package]
authors = ["Commonwealth Fusion Systems <jlogan@cfs.energy>"]
autobenches = false
autobins = false
autoexamples = 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 = "1.1.0"

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

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