chematic-mol 0.4.8

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

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

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

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

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

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