chematic-3d 0.1.2

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.2"
dependencies = [
 "chematic-core",
 "chematic-perception",
]

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

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