version = 4
[[package]]
name = "chematic-3d"
version = "0.4.28"
dependencies = [
"chematic-chem",
"chematic-core",
"chematic-ff",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-chem"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625168c0d5ed4626248fb423260c5a40781db977f02f217f8f9124ccb15504cc"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-iupac",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-core"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2368bf5e3cd5c388dc8b29ee9631c9a0e82b5823084f722f9388146f943235d"
[[package]]
name = "chematic-ff"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a67aeed77ee6c999855ce71f65502078b4067bcb23c467a62790f9713a1e9d6"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "098d4321cc36db76dc4424a13b167524abe9f48b15582c56929b0095ec9ced57"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
"smallvec",
]
[[package]]
name = "chematic-iupac"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4438ae61238486c266a281f5f25014ae739407859078552a55d9f9cdc64dd6"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-perception"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b396cf7526ec5c6fe1713cbc4393502d079020d3c2c8da95157dbdcbdaa91481"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "chematic-rxn"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd973ca4dc08b6685b0e2a9452749e02daef6e0dc105cd5c5cd6cefe0c2623b"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-smarts"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914f1e44ec7dc380e6153705e66233fac04ab410dc58e8e6bf2a94c0d1dde416"
dependencies = [
"chematic-core",
"chematic-perception",
"rustc-hash",
]
[[package]]
name = "chematic-smiles"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30e5d4b2bb38141cee3c7543c8987aff820d31d55519ecac522cc71aaae0b32"
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"