chematic-3d 0.4.27

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

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

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

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

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

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

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

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

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

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