chematic-3d 0.4.16

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.16"
dependencies = [
 "chematic-chem",
 "chematic-core",
 "chematic-ff",
 "chematic-fp",
 "chematic-perception",
 "chematic-smarts",
 "chematic-smiles",
]

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

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

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

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

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

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

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

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

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