version = 4
[[package]]
name = "chematic-3d"
version = "0.4.25"
dependencies = [
"chematic-chem",
"chematic-core",
"chematic-ff",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-chem"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14bfeb55df7a7b0e5de1c212fd2a7f46f6ac92f2872b3ef0971125a09010326f"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-iupac",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-core"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f068cfd2ce0d343a85e997fec31e2630e0f5010163f7f13b5b359824d2f7c62"
[[package]]
name = "chematic-ff"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bced4d1287ad776bd628552e2886d5deeadbc74e5711c298707dd8b38dfa7c8"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f15f5aa0ca8608be9f3aff2ae78f9c8c48f56d3229776321e56560eb3848c7a1"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
"smallvec",
]
[[package]]
name = "chematic-iupac"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8454189df66b6fbce1b96b430473ee2f05c71def3f4e1104c44a0bf8f5cbaa"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-perception"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea365a0f3ab6701b0b3d915ee00a3644555bafee02e39bc0475c9f778d359b4"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "chematic-rxn"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e465d038905502f2c6a39ff4c51827b4ac0f8a30623f53b9fed69f25e1e732"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-smarts"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6580220caf14186accedbcec697240f59d4336fd20d360b5cc9bb4960319b7db"
dependencies = [
"chematic-core",
"chematic-perception",
"rustc-hash",
]
[[package]]
name = "chematic-smiles"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b141d653583fbf279de0e03d549cd454334000ca8aaf3a153666460ea8f299fe"
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"