[package]
edition = "2024"
rust-version = "1.85"
name = "phasesmith-workflows"
version = "0.3.0"
authors = ["PhaseSmith contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application-neutral native workflows for PhaseSmith"
homepage = "https://github.com/CPrescher/PhaseSmith"
readme = "README.md"
license = "MIT"
repository = "https://github.com/CPrescher/PhaseSmith"
resolver = "2"
[lib]
name = "phasesmith_workflows"
path = "src/lib.rs"
[[example]]
name = "joint_pbso4"
path = "examples/joint_pbso4.rs"
[[test]]
name = "backgrounds"
path = "tests/backgrounds.rs"
[[test]]
name = "constraints"
path = "tests/constraints.rs"
[[test]]
name = "lattice"
path = "tests/lattice.rs"
[[test]]
name = "lebail"
path = "tests/lebail.rs"
[[test]]
name = "profile_estimation"
path = "tests/profile_estimation.rs"
[[test]]
name = "quantitative"
path = "tests/quantitative.rs"
[[test]]
name = "residuals"
path = "tests/residuals.rs"
[[test]]
name = "rietveld"
path = "tests/rietveld.rs"
[[test]]
name = "rietveld_general"
path = "tests/rietveld_general.rs"
[[test]]
name = "rietveld_general_solver"
path = "tests/rietveld_general_solver.rs"
[[test]]
name = "rietveld_joint"
path = "tests/rietveld_joint.rs"
[[test]]
name = "rietveld_parameters"
path = "tests/rietveld_parameters.rs"
[[test]]
name = "rietveld_project"
path = "tests/rietveld_project.rs"
[[test]]
name = "rietveld_recipe"
path = "tests/rietveld_recipe.rs"
[[test]]
name = "rietveld_solver"
path = "tests/rietveld_solver.rs"
[[test]]
name = "rietveld_topology"
path = "tests/rietveld_topology.rs"
[[test]]
name = "runtime"
path = "tests/runtime.rs"
[[test]]
name = "sample_physics"
path = "tests/sample_physics.rs"
[[test]]
name = "tof_lebail"
path = "tests/tof_lebail.rs"
[[test]]
name = "tof_multibank"
path = "tests/tof_multibank.rs"
[[test]]
name = "tof_multibank_geometry"
path = "tests/tof_multibank_geometry.rs"
[[test]]
name = "tof_multibank_instrument"
path = "tests/tof_multibank_instrument.rs"
[[test]]
name = "tof_multibank_lattice"
path = "tests/tof_multibank_lattice.rs"
[[test]]
name = "tof_structural_multibank"
path = "tests/tof_structural_multibank.rs"
[[bench]]
name = "backgrounds"
path = "benches/backgrounds.rs"
harness = false
[[bench]]
name = "lebail"
path = "benches/lebail.rs"
harness = false
[[bench]]
name = "rietveld"
path = "benches/rietveld.rs"
harness = false
[dependencies.nalgebra]
version = "0.35"
[dependencies.phasesmith-core]
version = "0.3.0"
[dependencies.phasesmith-crystallography]
version = "0.3.0"
[dependencies.phasesmith-engine]
version = "0.3.0"
[dependencies.phasesmith-execution]
version = "0.3.0"
[dependencies.phasesmith-model]
version = "0.3.0"
[dev-dependencies.criterion]
version = "0.7"
[dev-dependencies.phasesmith-io]
version = "0.3.0"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"