version = 4
[[package]]
name = "chematic-core"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230475e75756eb1bd2de5a86e5797b0078010de6bc8d2c1f51586a8ec801837b"
[[package]]
name = "chematic-ff"
version = "0.4.27"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smiles",
]
[[package]]
name = "chematic-perception"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9b00c9e23ce9fb17bd584ab70116a45d6ecd24ea8a73be2699d2cc3b8b1a443"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "chematic-smiles"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f0b007b835fe6517a806897027628be8bd953866968468f720f1cbd4d2e5ffa"
dependencies = [
"chematic-core",
]
[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"