chematic-3d 0.1.3

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

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

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