chematic-mol 0.2.11

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

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

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

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

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

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