chematic-rxn 0.3.2

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

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

[[package]]
name = "chematic-rxn"
version = "0.3.2"
dependencies = [
 "chematic-core",
 "chematic-smarts",
 "chematic-smiles",
]

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

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