chematic-ff 0.1.40

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

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

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

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