chematic-mol 0.4.9

MOL/SDF V2000 and V3000 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.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbd9861d35fe8aa92a8f864191e35468a6320431e610aed7c5fbb798590a9e47"

[[package]]
name = "chematic-mol"
version = "0.4.9"
dependencies = [
 "chematic-core",
 "chematic-rxn",
 "chematic-smiles",
]

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

[[package]]
name = "chematic-rxn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c0a333bcba84d90318f14dec1593293bc80ec51b66c6488b973195c048b011d"
dependencies = [
 "chematic-core",
 "chematic-smarts",
 "chematic-smiles",
]

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

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