chematic-perception 0.2.0

SSSR ring perception and Hückel aromaticity 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-perception"
version = "0.2.0"
dependencies = [
 "chematic-core",
 "chematic-smiles",
]

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