# 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 = "rems" version = "0.0.15" authors = [ "Randy Barlow ", "Jeremy Cline ", ] description = "A finite difference time domain (FDTD) electromagnetic simulator." documentation = "https://docs.rs/rems" readme = "README.md" keywords = [ "fdtd", "simulator", "electromagnetism", "field", "maxwell", ] categories = [ "command-line-utilities", "science", "simulation", ] license = "GPL-3.0" repository = "https://github.com/bowlofeggs/rems" [profile.release] lto = true codegen-units = 1 [dependencies.bson] version = "2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.inline-python] version = "0.12" [dependencies.pyo3] version = "0.19" [dependencies.rayon] version = "1.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tempfile] version = "3"