version = 4
[[package]]
name = "chematic"
version = "0.1.19"
dependencies = [
"chematic-3d",
"chematic-chem",
"chematic-core",
"chematic-depict",
"chematic-fp",
"chematic-mol",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-3d"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496b9f70ad22486b2ad8c5142b0a2ee1f98477164bec95c4be0599ad4b8d64a8"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-chem"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d3f94e2e50ae9c2234b91be1316206ee8da0f8ee3c5d6b753d942f71f10cb45"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
]
[[package]]
name = "chematic-core"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f028ad85c13d5dbafc44a2238c7c724ef8b324df78260c58b4db67142ee1850"
[[package]]
name = "chematic-depict"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38ebcb352ad18c24157dbe9e6340d6105179330f968a53080ce065eb66f04c4c"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b23dfae7bc837b5d60ccb78d8bca75ba8613185e6d30fe6b3f3c416f64e34d53"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smarts",
]
[[package]]
name = "chematic-mol"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e7abc3909f965fc4f4b3f450241ee5df0580a6a3ea5b7f19a63377d547a738"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-perception"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9980cf412a40ca12fdbe81b890258dddb5840271d46a66c9de733fc16e78571d"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138c369303b46befc9b9a34dbb1d5b51917c267ede47ba5d70392182cacf0bd6"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0238ef6a88cee21ed28752b4f3b040f08bb8e77c4817cee91e1642323d64f7d"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a75d0f75a41b374989227a17e6cd74005ac2a7de3c7d186ad82fd82dcf0d4ea"
dependencies = [
"chematic-core",
]