chematic-mol 0.2.0

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

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

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

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

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

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