chematic-mol 0.4.6

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

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

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

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

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

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