chematic-ff 0.4.8

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.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc01f50418ee361cd9314eb080dfe17d822467a0d761565f89b03b043a189de"

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

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

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