# 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] name = "casimir-fdfd" version = "0.2.0" authors = ["Thomas "] description = "An implementation of a stress-tensor based FDFD method for computing Casimir forces" documentation = "https://docs.rs/crate/casimir-fdfd/" license = "MIT" repository = "https://github.com/ThomasdenH/casimir-fdfd/" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false panic = "unwind" overflow-checks = false [dependencies.clap] version = "2.31.2" [dependencies.failure] version = "0.1.1" [dependencies.nalgebra] version = "0.15.1" features = ["serde-serialize"] [dependencies.pbr] version = "1.0.1" [dependencies.rayon] version = "1.0.1" [dependencies.serde] version = "1.0.66" [dependencies.serde_derive] version = "1.0.66" [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_approx_eq] version = "1.0.0"