version = 4
[[package]]
name = "chematic-core"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc3dd26eefa1cdc8dacf11bbc459e63fee1b87da08f341ccb56fff2bf09314f"
[[package]]
name = "chematic-mol"
version = "0.3.2"
dependencies = [
"chematic-core",
"chematic-rxn",
]
[[package]]
name = "chematic-perception"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "334dc44fe4e6d83d57a07ea62d4ad878848e026f2f37a86d4e75799ebb814a65"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f56e8c2de8db4b704ef1849b020194ccacb5d751317a262ae61c937d748435"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ef776eef64ae9fe8374cd9b6035b034b03955368896fed7bf7bc7562b46b96c"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b5efab726b612a4435ef92ebc93f6352f8364571938aeac44244351891a9228"
dependencies = [
"chematic-core",
]