version = 4
[[package]]
name = "chematic-core"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25ba672d87a414581d9a82bccd8c82bbcf004a2d87732b545628041dbd5b522"
[[package]]
name = "chematic-mol"
version = "0.4.1"
dependencies = [
"chematic-core",
"chematic-rxn",
]
[[package]]
name = "chematic-perception"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4461e68130f2e2c976e6300152d45d8897220e0f3c72d715a842866a4ba96ff"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2154fe86a15319454fb5c989880adeece12faf46339c52735e6c5f93c77e728d"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e24378eea7e29d4f0118ba1f86fe54e2222561f854dafbbf328f2fc1d65bd0ac"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71609031f269fb7840d0ed6fe4ebdc5f4eadb45a4dbfd8b9e55aa880dba0d9e0"
dependencies = [
"chematic-core",
]