version = 4
[[package]]
name = "chematic"
version = "0.1.21"
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0989c2b20be9c1eecb8faa2f7c76a7efffa44485edc59e394434876704f776fb"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-chem"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "656efc6bdbf93bdd5877354dc5e4444edd11243209219ba5c8690bda443fd845"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-core"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "408646db51a0c6a8c1643290b844172355971aa9d3bfda84f2069493736ed3a5"
[[package]]
name = "chematic-depict"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ebf03d88b3bdd3c143b79381e152554d450252c84dae24025131eb86330608c"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c644f3cab1a8bc288765757738090aefdf2d905c810f0e5aa36dfc9f8058cb6"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-smarts",
]
[[package]]
name = "chematic-mol"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1130ba6ed67833c3aa70bf69d41c2a8d00d31c4075a91f16742a26b4e540c49e"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-perception"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7766e1f03626e635dc6fbdac2d3b105da000974fa7882a3890eef0e3fb257a"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f3eefbdc48afd49c699992c471e64a70164669fca2cb14d67021f46048cee77"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de91ae8c4f38d3b2e78bd872c82d7430186fa21c1c7bb9844b83c8b566feffd4"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb1dc34b2308a0b6713f0ac8bf712d0f8240431b2b3a5724ab5e2754380af244"
dependencies = [
"chematic-core",
]