chematic-iupac 0.2.11

Local IUPAC name generation for chematic — pure-Rust, no network required
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chematic-core"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d171b9f207393c1d5faaace238953c34ecaddac0e05f7fb892221f13f0be7b13"

[[package]]
name = "chematic-iupac"
version = "0.2.11"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "chematic-smiles",
]

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

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