chematic 0.1.33

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.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bumpalo"
version = "3.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

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

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

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

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

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

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

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

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

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

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

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

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

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

[[package]]
name = "getrandom"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
dependencies = [
 "cfg-if",
 "js-sys",
 "libc",
 "r-efi",
 "wasip2",
 "wasm-bindgen",
]

[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "js-sys"
version = "0.3.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
dependencies = [
 "cfg-if",
 "once_cell",
 "wasm-bindgen",
]

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "memchr"
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"

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

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "r-efi"
version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"

[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"

[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
 "serde_core",
 "serde_derive",
]

[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
 "itoa",
 "memchr",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "wasip2"
version = "1.0.3+wasi-0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
dependencies = [
 "wit-bindgen",
]

[[package]]
name = "wasm-bindgen"
version = "0.2.122"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
dependencies = [
 "cfg-if",
 "once_cell",
 "rustversion",
 "wasm-bindgen-macro",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.122"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
dependencies = [
 "quote",
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.122"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
dependencies = [
 "bumpalo",
 "proc-macro2",
 "quote",
 "syn",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.122"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "wit-bindgen"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"

[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"