chematic 0.1.26

Pure-Rust cheminformatics: SMILES/SMARTS, 2D SVG depiction, SDF/MOL V3000, ECFP/MACCS fingerprints, LogP/TPSA, CIP stereo, MCS — zero C/C++ deps, WASM-ready
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chematic"
version = "0.1.26"
dependencies = [
 "chematic-3d",
 "chematic-chem",
 "chematic-core",
 "chematic-depict",
 "chematic-fp",
 "chematic-iupac",
 "chematic-mol",
 "chematic-perception",
 "chematic-rxn",
 "chematic-smarts",
 "chematic-smiles",
]

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

[[package]]
name = "chematic-chem"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f458fc62ef493a1c15362171f6246a5cd156c79bca86160e2c4bfd3204df5ac5"
dependencies = [
 "chematic-core",
 "chematic-fp",
 "chematic-perception",
 "chematic-smarts",
 "chematic-smiles",
]

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

[[package]]
name = "chematic-depict"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04469f8b974f167a780eaf2297ce1b73f00e39bf7b4cf89feced7c6e749ce046"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "chematic-rxn",
 "chematic-smiles",
]

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

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

[[package]]
name = "chematic-mol"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6310444d90fc720ba3f662bcf75dfa75c7d9fd9ca156736e7c9834183421d532"
dependencies = [
 "chematic-core",
 "chematic-rxn",
]

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

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

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

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