version = 4
[[package]]
name = "chematic"
version = "0.1.23"
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.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63806a6718311cf0488c0b8daaf5c6268fd997c1c7a7c8925ae0e207c4f694e0"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-chem"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd9e1fe142ad42445ab85fc599d513a4b3733be077c4651c736d86b1ed4c039a"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-core"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbe34236e4a57823e9326f64f09db1f10c3108c813ba93cfc7f6e5610ef129b2"
[[package]]
name = "chematic-depict"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd1f802291efd7a54c227874c6b86e15a49de9f0f834f9ff18e0da00c2246e6"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
]
[[package]]
name = "chematic-fp"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59df6f380eec8e893163fd1cf557e95812a873ba7faadfff36a288d51f004dfc"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smarts",
]
[[package]]
name = "chematic-iupac"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5016465e76899decbfc99d4ef68394699a1986ce4ae8de3c2307e472c454e70a"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-mol"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0735528443a4b12efa8225f11df28151b5389668db58237b702157973d4c4670"
dependencies = [
"chematic-core",
"chematic-rxn",
]
[[package]]
name = "chematic-perception"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6df3a039c7d7ced15c1d862f4361962f1fce1e7593b90be85be2bc4b71abfa70"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d5434e7269671feda651d9ec53f3ca1ea1b4fb80f5326698e758de2c0224230"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed735a1b8ae8a4be845ea446fc773050b37d9b31ab497ee34df20d6cac8e3deb"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ec5195e22a13dceef9b52353971afba2a5e0554d475fbf967c4dd4ea6bb695"
dependencies = [
"chematic-core",
]