[package]
edition = "2021"
name = "rsmith"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reverse Monte Carlo structure refinement against scattering data"
homepage = "https://github.com/CPrescher/rsmith"
readme = "README.md"
keywords = [
"rmc",
"scattering",
"structure",
"xray",
"neutron",
]
categories = [
"science",
"simulation",
]
license = "MIT"
repository = "https://github.com/CPrescher/rsmith"
[lib]
name = "rsmith"
path = "src/lib.rs"
[[bin]]
name = "rsmith"
path = "src/main.rs"
[[test]]
name = "config_validation"
path = "tests/config_validation.rs"
[[test]]
name = "validate_sq"
path = "tests/validate_sq.rs"
[dependencies.rand]
version = "0.8"
[dependencies.rustfft]
version = "6"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"