[package]
name = "chematic-perception"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "SSSR ring perception and Hückel aromaticity for chematic — pure-Rust RDKit alternative"
keywords = ["aromaticity", "rings", "sssr", "cheminformatics", "chemistry"]
categories = ["science", "science::computational-chemistry::cheminformatics"]
readme = "../../README.md"
homepage.workspace = true
documentation = "https://docs.rs/chematic-perception"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
chematic-core = { path = "../chematic-core", version = "0.4.19" }
rustc-hash = "2"
[dev-dependencies]
chematic-smiles = { path = "../chematic-smiles", version = "0.4.19" }