chematic-ff 0.4.4

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

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

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

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