chematic-ff 0.3.2

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

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

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

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