chematic-ff 0.1.90

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

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

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

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