sim-lib-interference-solve 0.1.0

Deterministic CPU f64 reference solving for coherent scalar wave fields.
Documentation
# 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 = "2024"
name = "sim-lib-interference-solve"
version = "0.1.0"
build = false
include = [
    "/src/**",
    "/examples/**",
    "/tests/**",
    "/recipes/**",
    "/README.md",
    "/BROCHURE.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic CPU f64 reference solving for coherent scalar wave fields."
homepage = "https://github.com/sim-nest/sim-interference"
readme = "README.md"
keywords = [
    "interference",
    "wave",
    "physics",
    "simulation",
]
categories = [
    "science",
    "simulation",
]
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-interference"

[lib]
name = "sim_lib_interference_solve"
path = "src/lib.rs"

[[example]]
name = "animation-projection"
path = "examples/animation_projection.rs"

[[example]]
name = "aperture-refusal"
path = "examples/aperture_refusal.rs"

[[example]]
name = "detector-reduction"
path = "examples/detector_reduction.rs"

[[example]]
name = "fringe-analysis"
path = "examples/fringe_analysis.rs"

[[example]]
name = "two-tone-beats"
path = "examples/two_tone_beats.rs"

[[test]]
name = "analysis_scenario_conformance"
path = "tests/analysis_scenario_conformance.rs"

[[test]]
name = "multitone_conformance"
path = "tests/multitone_conformance.rs"

[[test]]
name = "projection_conformance"
path = "tests/projection_conformance.rs"

[[test]]
name = "reference_conformance"
path = "tests/reference_conformance.rs"

[[test]]
name = "verification_conformance"
path = "tests/verification_conformance.rs"

[dependencies.sim-lib-interference-core]
version = "0.1.0"

[lints.rust]
unsafe_code = "forbid"