version = 4
[[package]]
name = "chematic"
version = "0.1.27"
dependencies = [
"chematic-3d",
"chematic-chem",
"chematic-core",
"chematic-depict",
"chematic-fp",
"chematic-iupac",
"chematic-mol",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-3d"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c81416d4f82afd46f5a3d051441442a67df68442c49c86f8bad4b4bb4d0dc36e"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-chem"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fc6525c54713698c775e92d54a8e14608fa0ecebe918addfc70815976befe94"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-core"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9da547d95cffb0ace5919ea5b7f6008fe843eb10e5688e11ac73e474b962218e"
[[package]]
name = "chematic-depict"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebb0cd1cd00b3de65ec09b2d57bcdb5c1426af4eb315841cf70b162ed513e8b6"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smiles",
]
[[package]]
name = "chematic-fp"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c37a1b8926413057d0203fc9f052a8f3e921015888d4fed5a1811bd426658ec"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smarts",
]
[[package]]
name = "chematic-iupac"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19507f0407a622c9abdd2da188aa4f0b24c6b5df6b3b564e858a3cd33e94395f"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-mol"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c8d28274b150fe6615aa8416e8ca5b90d1c5939288a36bae3b857d6ce8daa3"
dependencies = [
"chematic-core",
"chematic-rxn",
]
[[package]]
name = "chematic-perception"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33f63967cd952c795294184656bc9b6a6def2eda8a33f8586fec6beab5cafd9b"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915dc42d1409823df8dfaec388d2fa973f723371fb302370d3d93238f603351f"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04fbcbc50b430f17f6850d0b654aac073bfa0b4b6dc3c017e7fc0c16f27749b0"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06e43c340870df7fc65bae8f3786f1ec48b76f107bf2065c5504a69a9f8e882"
dependencies = [
"chematic-core",
]