version = 4
[[package]]
name = "chematic-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c077c949c73a5eb7584da77e0b33895e923f77253cb6d248daf093a22acc7870"
[[package]]
name = "chematic-ff"
version = "0.4.12"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smiles",
]
[[package]]
name = "chematic-perception"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0f601aea23f470fd675923665b1692a24ba076c9634f810d9dbc3db924c175"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-smiles"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bc67ef9887a6ee40c9adf4ff259acba2e6457017a135284cc165ebc16c73a3e"
dependencies = [
"chematic-core",
]