goad 1.1.9

Compute the single scattering properties of particles much larger than the wavelength of light with geometric optics and aperture diffraction theory.
Documentation
[[bin]]
name = "goad"
path = "src/main.rs"

[[bin]]
doc = false
name = "stub_gen"
path = "src/bin/stub_gen.rs"
required-features = ["stub-gen"]

[dependencies.anyhow]
version = "1.0.95"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
features = ["derive"]
version = "4.5.27"

[dependencies.config]
version = "0.15.7"

[dependencies.crossbeam-deque]
version = "0.8"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.geo]
version = "0.32"

[dependencies.geo-types]
version = "0.7.14"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.nalgebra]
features = ["serde"]
version = "0.33.2"

[dependencies.ndarray]
version = "0.15"

[dependencies.num-complex]
features = ["serde"]
version = "0.4.6"

[dependencies.numpy]
version = "0.27.0"

[dependencies.pyo3]
version = "0.27.1"

[dependencies.pyo3-stub-gen]
optional = true
version = "0.17"

[dependencies.rand]
version = "0.9.0"

[dependencies.rand_distr]
version = "0.5.1"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sobol_burley]
version = "0.5"

[dependencies.tobj]
version = "4.0.2"

[dependencies.toml]
version = "0.8.19"

[dev-dependencies.plotters]
default-features = false
features = ["bitmap_backend", "bitmap_encoder", "line_series", "point_series", "ttf"]
version = "0.3"

[[example]]
name = "backscattering"
path = "examples/backscattering/main.rs"

[[example]]
name = "capture_vertices"
path = "examples/capture_vertices.rs"

[[example]]
name = "convergence"
path = "examples/convergence.rs"

[[example]]
name = "diffraction_plot"
path = "examples/diffraction_plot.rs"

[[example]]
name = "lidar_batch_test"
path = "examples/lidar_batch_test.rs"

[[example]]
name = "lidar_convergence_test"
path = "examples/lidar_convergence_test.rs"

[[example]]
name = "multiproblem"
path = "examples/multiproblem.rs"

[[example]]
name = "problem-diff"
path = "examples/problem-diff.rs"

[[example]]
name = "problem1"
path = "examples/problem1.rs"

[[example]]
name = "simplify"
path = "examples/simplify.rs"

[features]
default = []
extension-module = ["pyo3/extension-module"]
stub-gen = ["pyo3-stub-gen"]
visualization = []

[lib]
crate-type = ["rlib", "cdylib"]
name = "goad"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
default-run = "goad"
description = "Compute the single scattering properties of particles much larger than the wavelength of light with geometric optics and aperture diffraction theory."
edition = "2021"
exclude = ["docs/", "test_regression/", "site/"]
license = "GPL-3.0"
name = "goad"
readme = "README.md"
version = "1.1.9"

[target.'cfg(target_os = "macos")'.dependencies.tikv-jemallocator]
version = "0.6"

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

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

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

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

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

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

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