chematic-mol 0.1.26

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

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

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

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

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

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