version = 4
[[package]]
name = "chematic-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bec601b0c23848dacc556c0dfbf83fe528c1ca5f72c08a2b0fce8103f70d1fa"
[[package]]
name = "chematic-ff"
version = "0.2.0"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smiles",
]
[[package]]
name = "chematic-perception"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938454963c8c071ae39a1ad86493d6ae753b9857b1e644dcd4077432000d0fa7"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-smiles"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e3ec081d668703ed58bd1db023832439f01b8c268b182de4419408222961676"
dependencies = [
"chematic-core",
]