version = 4
[[package]]
name = "chematic-core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6024cf4cf289928c63f1e2a01d186b121a5ca1e997836dab5797d260f971c032"
[[package]]
name = "chematic-mol"
version = "0.4.0"
dependencies = [
"chematic-core",
"chematic-rxn",
]
[[package]]
name = "chematic-perception"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dba96e9a8a3ac7e825118f948c59452f13216d05a7e150daf08bb58fd683e994"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a834549f98a3647e918fe64e6f7c75429ec7c16d644748c8056682c0f4ff461e"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2efd521e9a7a38320b37657ef769bd36087c2324cbada0510a1f8c8ca5c6747e"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcde595c4850fd9f2be60f8a43f344d4e1fbb2d57112afc7c69ceb1f1bde3e0f"
dependencies = [
"chematic-core",
]