version = 4
[[package]]
name = "chematic-3d"
version = "0.4.17"
dependencies = [
"chematic-chem",
"chematic-core",
"chematic-ff",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-chem"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93219e2fceaae5159b8faf37167f1aa94320ec5d12ab9a5a391bd44bc356deb4"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-iupac",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-core"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c00b6ee22eb538abf65195fe2fb617daabea9f25962067271afda161009d757"
[[package]]
name = "chematic-ff"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be76e3af8f70d1fdc36de022477719bb8523fbe24bc7709146e06a6f7efad35f"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245215f2e705ddd9136ee84183e95de5659fc9d82e585e0bd430c47219b25e9c"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
"smallvec",
]
[[package]]
name = "chematic-iupac"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "303ce15e3ef0d4b762d1107f77c08a5df2c40b7ce5a11cca93ca9e28c0d84bd0"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-perception"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63363242a2da7ff87e860ad8faae6fbdd73f82145505b934b3aeaa229a2e4e8b"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "chematic-rxn"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2697914b74dda49ac2906a77d32e65c5787204516ad6e6d1eae020d60ec2f8"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-smarts"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68bc7dea9d16ad27a421f517e0608cfd4c0de3c431b2d66e4b6e3502f23fe9ec"
dependencies = [
"chematic-core",
"chematic-perception",
"rustc-hash",
]
[[package]]
name = "chematic-smiles"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11b45b9de85342c382fcd3800578a5e356ddc2910f0a0d69562b6145cffa17e7"
dependencies = [
"chematic-core",
]
[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
[[package]]
name = "smallvec"
version = "1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"