chematic-3d 0.1.21

3D coordinate generation, force-field minimization, PDB/XYZ I/O for chematic — pure Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chematic-3d"
version = "0.1.21"
dependencies = [
 "chematic-core",
 "chematic-perception",
]

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

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