# 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 = "spdcalc" version = "2.0.1" authors = [ "Jasper Palfree ", "Krister Shalm ", ] build = false exclude = [ "_scratchwork", "test", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SPDCalc, the Spontaneous Parametric Downconversion Calculator" homepage = "https://app.spdcalc.org" readme = "README.md" keywords = [ "physics", "spdc", "spdcalc", "photonics", "quantum", ] license = "MIT" repository = "https://github.com/spdcalc/spdcalc" [profile.release] opt-level = 3 [lib] name = "spdcalc" crate-type = ["rlib"] path = "src/lib.rs" [[bin]] name = "spdcalc" path = "src/main.rs" [[example]] name = "counter_propagation" path = "examples/counter_propagation.rs" [[example]] name = "hom" path = "examples/hom.rs" [[bench]] name = "crystals" path = "benches/crystals.rs" harness = false [[bench]] name = "heralding" path = "benches/heralding.rs" harness = false [[bench]] name = "hom" path = "benches/hom.rs" harness = false [dependencies.argmin] version = "0.10" default-features = false [dependencies.deser-hjson] version = "2.2" [dependencies.dimensioned] version = "0.8" features = ["serde"] [dependencies.gauss-quad] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.meval] version = "0.2" features = ["serde"] [dependencies.nalgebra] version = "0.33" [dependencies.ndarray] version = "0.15" [dependencies.num] version = "0.4" [dependencies.pyo3] version = "0.22.2" features = ["num-complex"] optional = true [dependencies.quad-rs] version = "0.2" [dependencies.quadrature] version = "0.1" [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1.7" [dependencies.roots] version = "0.0.8" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.8" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.textplots] version = "0.8" [features] default = [] elliptic = [] pyo3 = ["dep:pyo3"] wasm-bindgen = ["argmin/wasm-bindgen"]