version = 4
[[package]]
name = "chematic-3d"
version = "0.4.18"
dependencies = [
"chematic-chem",
"chematic-core",
"chematic-ff",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-chem"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907af44292795570d6d3774ccb80e11780afb6e9cf04b67995d07cfef0f9aeec"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-iupac",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-core"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03aaf816d859979ac5e051e5fcc69a2f6597fed53eedb8c6ae50301c36061f05"
[[package]]
name = "chematic-ff"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81d50eb6b211082b1f752bd04733b4ae9ab79c1a859817f09bb11dc934f67d23"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55fbe18975a88c44261ef87655ccb28a34785b9cc26337fd0ff3f72c6a11f9d0"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
"smallvec",
]
[[package]]
name = "chematic-iupac"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6d85b59ba4721f54e0210351fe2d2c0dcd7eb0fc24139488ad6e33f50394bad"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-perception"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9e1763b39468f314b3ee298f4f91def4b2b66477446f2620d631cd64e1d7dca"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "chematic-rxn"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc7d7463e6eb9a80ff4d491590bb399541eaaa689601462ba35fe70786d9a"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-smarts"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c28e973cecb9c9dd7b3f9fdedffc9245d94fc2c54bba6d4bef0ada4f7b464f5"
dependencies = [
"chematic-core",
"chematic-perception",
"rustc-hash",
]
[[package]]
name = "chematic-smiles"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "495fa00db65b4de2499bc9d91026e5a2e67812d5cd047a5d2028eafbed44f556"
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"