chematic-ff 0.4.0

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

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

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

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