# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rustycoils" version = "0.1.1" authors = ["J.D.R. Tommey"] exclude = [".github/"] description = "Fast method to compute off-axis magnetic fields for cylindrically symmetric systems of solenoids and current loops" readme = "README.md" keywords = ["solenoid", "magnetic", "off-axis"] categories = ["science"] license = "MIT" repository = "https://github.com/jdrtommey/rustycoils" [dependencies.ndarray] version = "0.15" features = ["rayon"] optional = true default-features = true [dependencies.rayon] version = "1.5" optional = true default-features = true [dev-dependencies.GSL] version = "4.0.1" [features] default = [] parallel = ["rayon", "ndarray"]