chematic-mol 0.4.12

MOL/SDF V2000 and V3000 parser and writer for chematic — pure-Rust RDKit alternative
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chematic-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c077c949c73a5eb7584da77e0b33895e923f77253cb6d248daf093a22acc7870"

[[package]]
name = "chematic-mol"
version = "0.4.12"
dependencies = [
 "chematic-core",
 "chematic-rxn",
 "chematic-smiles",
]

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

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

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

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