chematic-ff 0.4.1

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

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

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

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