chematic-3d 0.4.24

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

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

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

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

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

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

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

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

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

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