chematic 0.1.30

A pure-Rust cheminformatics toolkit: SMILES/SMARTS, SDF/MOL V3000, ECFP/MACCS fingerprints, LogP/TPSA/QED, CIP stereo, MCS, 2D SVG depiction — no C/C++ dependencies, runs in the browser via WebAssembly.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chematic"
version = "0.1.30"
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.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bf16cf4eb86bb27412e6c04ecd2d9a8945be0435a8994cda0e78a7b5e7087ab"
dependencies = [
 "chematic-chem",
 "chematic-core",
 "chematic-ff",
 "chematic-perception",
 "fastrand",
]

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

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

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

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

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

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

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

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

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

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

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

[[package]]
name = "fastrand"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"