chematic-ff 0.1.32

DREIDING force field atom typing and parameters for chematic — pure-Rust cheminformatics
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "chematic-ff"
version = "0.1.32"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "chematic-smiles",
]

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

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