chematic-3d 0.4.13

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

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

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

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

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

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

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

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

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

[[package]]
name = "chematic-smiles"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54aa93bc633ccef6b51da7b78937e9bdf4f1f7591a8cb434d8a68d815792b780"
dependencies = [
 "chematic-core",
]