version = 4
[[package]]
name = "chematic-core"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b34d912425f602d37a0ec1951c277e21509270153dc5f2b560017726eefab5"
[[package]]
name = "chematic-ff"
version = "0.2.10"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smiles",
]
[[package]]
name = "chematic-perception"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff09c3b7a3b62cbfbc922fc4eb468b1d8d16ed4a643063e343ad05315174bfa"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-smiles"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88efb012f539103167461b1390db88318137fc8c390abd36261735a09dcdd08b"
dependencies = [
"chematic-core",
]