[package]
edition = "2024"
name = "sim-lib-interference-core"
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 = "Validated physical boundary types for coherent scalar wave-field studies."
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_core"
path = "src/lib.rs"
[[example]]
name = "alias-refusal"
path = "examples/alias_refusal.rs"
[[example]]
name = "attenuation"
path = "examples/attenuation.rs"
[[example]]
name = "checked-quantities"
path = "examples/checked_quantities.rs"
[[example]]
name = "point-spreading"
path = "examples/point_spreading.rs"
[[example]]
name = "travelling-wave"
path = "examples/travelling_wave.rs"
[[test]]
name = "budget_conformance"
path = "tests/budget_conformance.rs"
[[test]]
name = "certificate_conformance"
path = "tests/certificate_conformance.rs"
[[test]]
name = "model_conformance"
path = "tests/model_conformance.rs"
[[test]]
name = "propagation_conformance"
path = "tests/propagation_conformance.rs"
[[test]]
name = "quantity_conformance"
path = "tests/quantity_conformance.rs"
[[test]]
name = "sampling_acceptance_conformance"
path = "tests/sampling_acceptance_conformance.rs"
[[test]]
name = "sampling_conformance"
path = "tests/sampling_conformance.rs"
[dependencies]
[lints.rust]
unsafe_code = "forbid"