[package]
edition = "2024"
name = "chematic-rxn"
version = "0.4.21"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reaction SMILES/SMIRKS parser and writer for chematic — pure-Rust RDKit alternative"
homepage = "https://kent-tokyo.github.io/chematic/"
documentation = "https://docs.rs/chematic-rxn"
readme = "README.md"
keywords = [
"reaction",
"smiles",
"smirks",
"cheminformatics",
"chemistry",
]
categories = [
"science",
"science::computational-chemistry::cheminformatics",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/chematic"
resolver = "2"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "chematic_rxn"
path = "src/lib.rs"
[dependencies.chematic-core]
version = "0.4.19"
[dependencies.chematic-smarts]
version = "0.4.19"
[dependencies.chematic-smiles]
version = "0.4.19"
[dependencies.rustc-hash]
version = "2"