version = 4
[[package]]
name = "crossbeam-deque"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
[[package]]
name = "either"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
[[package]]
name = "phasesmith-core"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d153e49e9f8b46effe638e286b71d0d92b76d23c086cb600058a769fc4e5afc"
dependencies = [
"phasesmith-execution",
]
[[package]]
name = "phasesmith-crystallography"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f2855819df3894f9f3a61222085a366e730f2f8f230505cca0461f98b5e12c"
dependencies = [
"phasesmith-execution",
]
[[package]]
name = "phasesmith-engine"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06f80ecf42cf519a61769731bf302f681cf54511b9dbab83c120d02b303aaf67"
dependencies = [
"phasesmith-core",
"phasesmith-crystallography",
"phasesmith-execution",
]
[[package]]
name = "phasesmith-execution"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8af0f83b7cf0592b94a76f291d2261244ec5b86104e8a6900f48d602f7846b9b"
dependencies = [
"rayon",
]
[[package]]
name = "phasesmith-model"
version = "0.4.1"
dependencies = [
"phasesmith-core",
"phasesmith-engine",
]
[[package]]
name = "rayon"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]