# 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 = "2021" name = "cfsem" version = "1.1.0" authors = ["Commonwealth Fusion Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov." homepage = "https://github.com/cfs-energy/cfsem-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cfs-energy/cfsem-rs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [profile.release] opt-level = 3 lto = true codegen-units = 1 overflow-checks = true [lib] name = "cfsem" path = "src/lib.rs" [[bench]] name = "circular_filament" path = "benches/circular_filament.rs" harness = false [[bench]] name = "linear_filament" path = "benches/linear_filament.rs" harness = false [dependencies.nalgebra] version = "^0.33.0" [dependencies.rayon] version = "^1.10.0" [dev-dependencies.criterion] version = "0.5.1"