version = 4
[[package]]
name = "chematic"
version = "0.1.22"
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.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06f4e5c1c01d48b3bd0bb94bbbf33b2b8182bdf8333347d3b29f40b03881fef"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-chem"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cc98f7d108bb33d4bddf9e57212a696b6dded1abff947461f93e692619d3135"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-core"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b2cd9502e0afc4346c6feacf095d3c90bfad8b49534dae25b7d53f000b1f06"
[[package]]
name = "chematic-depict"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c214c8fad080d3d64c770824bdb4c45f6280a8d53dcbe82c658c3e9708a65b60"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce98d9dd257158e834d7cad2647141650ceff7f2c1bd6eece7d07de29a039f6a"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smarts",
]
[[package]]
name = "chematic-mol"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b445cede2913b01ef67e6965deaaebd4e5b2b4f9dcbf8ee9a0c59b4150018b"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-perception"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8c1ccac78d1160e3b25dc3e138e79bb1042bba8adb85e72bbf4abbcfdb4cce4"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "123dac5ec99cb13643515bdbe7515049bb43f50978d7f358b271efe4b663aa3f"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df64209ec6133f2ec7872f2cd677b723ebbd560d360c9c2ccb4de299e094f640"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "408db30687ec0616769c87c0d899abdc4016389c80ee8859dc21ccddcfaaf166"
dependencies = [
"chematic-core",
]