version = 4
[[package]]
name = "chematic-core"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d45e291f4b87e783d71894d2077d90e9c3e69f9a1c3ffca37444ceb819208f7"
[[package]]
name = "chematic-mol"
version = "0.4.7"
dependencies = [
"chematic-core",
"chematic-rxn",
]
[[package]]
name = "chematic-perception"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16c23c530cdb3081ab6b14ed99b0f8bf20e1a5366409cbea5a540ed52a7ee68e"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb1029ea47499ccfa1685568c82383f00da3eeb76fad8b6a1a0e07a4fc7de32a"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82f23a3aca77e59f6171428da0d6e040d83e3c71182c44c523ad1283398d7b6"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "933f2870e1a4b72d5a9a7be9ced46f7aa432b4cc328b45d5f654714d65ab1cb8"
dependencies = [
"chematic-core",
]