version = 4
[[package]]
name = "chematic-core"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "540067997748a0557c07b0dbd1a197be98c9c77281f40e198c84bde6193c699b"
[[package]]
name = "chematic-mol"
version = "0.4.13"
dependencies = [
"chematic-core",
"chematic-rxn",
"chematic-smiles",
]
[[package]]
name = "chematic-perception"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b5f98e12a93af1a6b9976b14d7d0a04d6b24490be7fc0302b4ef3035422b4e"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d7b0c47ff590c23bbab578879508c1514ddf82400fca428c83160dd708b1f8"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c98d18f7e86fb1106ecd708b2340afc75d9f6191b0fb2bf6ebf6c38270823e61"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54aa93bc633ccef6b51da7b78937e9bdf4f1f7591a8cb434d8a68d815792b780"
dependencies = [
"chematic-core",
]