chematic-3d 0.4.22

3D coordinate generation, DREIDING force field, velocity Verlet MD, PDB/XYZ I/O, conformer RMSD — pure Rust, WASM-compatible
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chematic-3d"
version = "0.4.22"
dependencies = [
 "chematic-chem",
 "chematic-core",
 "chematic-ff",
 "chematic-fp",
 "chematic-perception",
 "chematic-smarts",
 "chematic-smiles",
]

[[package]]
name = "chematic-chem"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6da830f66eaba9e04d4f6915dbadae6750da3c8f04e5c51b8f7870e0e4ef51"
dependencies = [
 "chematic-core",
 "chematic-fp",
 "chematic-iupac",
 "chematic-perception",
 "chematic-smarts",
 "chematic-smiles",
 "rustc-hash",
]

[[package]]
name = "chematic-core"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a36d254db1c8f338511bb12d11536bff73b4c08d7e2f3d1318320368e1b50fb6"

[[package]]
name = "chematic-ff"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50ca975163e8fa5146281ce02d014e2be91ff3ec698e73833dd6dd85b720227f"
dependencies = [
 "chematic-core",
 "chematic-perception",
]

[[package]]
name = "chematic-fp"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75160601e9bd5b141132df612a686c9544e329836b08ae917371da9665c4a3fe"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "chematic-rxn",
 "chematic-smarts",
 "chematic-smiles",
 "rustc-hash",
 "smallvec",
]

[[package]]
name = "chematic-iupac"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bc296c6bfbd829114ba0b238763a2c1164d97749e9edfa1327e7cd1d0758ecd"
dependencies = [
 "chematic-core",
 "chematic-perception",
]

[[package]]
name = "chematic-perception"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab19285e382d44ac2042dd82df51ebd6a900174dbf903dd6f3d62b29a42c5b4"
dependencies = [
 "chematic-core",
 "rustc-hash",
]

[[package]]
name = "chematic-rxn"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fdaa4d51c47dad2243374addfc168d3cffca9922df1c8f93fa12944e2c7f917"
dependencies = [
 "chematic-core",
 "chematic-smarts",
 "chematic-smiles",
 "rustc-hash",
]

[[package]]
name = "chematic-smarts"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a90b79ea15f37187d9b5015eccc3969ea42bf841c5d1ce74ec8dde62bb1fdaa"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "rustc-hash",
]

[[package]]
name = "chematic-smiles"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ac3cd2a4673ed0dc71385393884b5c37b2e0f923395eb09e8bdf73104774f07"
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"