# 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 = "remsol" version = "0.1.1" build = false exclude = [ ".github/*", "docs/*", "uv.lock", "test/*", "pyproject.toml", "remsol.pyi", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Electromagnetic mode solver for 1D multilayer structures" homepage = "https://github.com/mpasson/REMSOL" readme = "README.md" license = "MIT" [lib] name = "remsol" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "entry1" path = "src/bin/entry1.rs" [[bin]] name = "entry2" path = "src/bin/entry2.rs" [[bin]] name = "remsol" path = "src/bin/remsol.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.cumsum] version = "1.0.0" [dependencies.find_peaks] version = "0.1.5" [dependencies.iter_num_tools] version = "0.7.1" [dependencies.itertools] version = "0.13.0" [dependencies.num-complex] version = "0.4.6" [dependencies.pyo3] version = "0.22.4" features = ["num-complex"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.toml] version = "0.8.19"