version = 4
[[package]]
name = "adler2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "arrayref"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
[[package]]
name = "block-buffer"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
dependencies = [
"hybrid-array",
]
[[package]]
name = "bytemuck"
version = "1.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
[[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.4.17"
dependencies = [
"chematic-3d",
"chematic-chem",
"chematic-core",
"chematic-depict",
"chematic-fp",
"chematic-inchi",
"chematic-iupac",
"chematic-mol",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-3d"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64abac27e6299eae72858654f015db00a68a18e2a6d45acd573d011eeb170037"
dependencies = [
"chematic-chem",
"chematic-core",
"chematic-ff",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
]
[[package]]
name = "chematic-chem"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93219e2fceaae5159b8faf37167f1aa94320ec5d12ab9a5a391bd44bc356deb4"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-iupac",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-core"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c00b6ee22eb538abf65195fe2fb617daabea9f25962067271afda161009d757"
[[package]]
name = "chematic-depict"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81401f832781df8f150ead35892a2d95b860f0f52beafde6a01dd490cf3180d5"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smiles",
"tiny-skia",
]
[[package]]
name = "chematic-ff"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be76e3af8f70d1fdc36de022477719bb8523fbe24bc7709146e06a6f7efad35f"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245215f2e705ddd9136ee84183e95de5659fc9d82e585e0bd430c47219b25e9c"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
"smallvec",
]
[[package]]
name = "chematic-inchi"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a584a51331488848d7149dba6ee0fe8a5c252d59aa51bbaa228c35cb355efdb"
dependencies = [
"chematic-chem",
"chematic-core",
"chematic-rxn",
"chematic-smiles",
"sha2",
]
[[package]]
name = "chematic-iupac"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "303ce15e3ef0d4b762d1107f77c08a5df2c40b7ce5a11cca93ca9e28c0d84bd0"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-mol"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d13a1233053e076ec1ea0fb529a54c544e6443e725e8685103df2893367b31f0"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"serde_json",
]
[[package]]
name = "chematic-perception"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63363242a2da7ff87e860ad8faae6fbdd73f82145505b934b3aeaa229a2e4e8b"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "chematic-rxn"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2697914b74dda49ac2906a77d32e65c5787204516ad6e6d1eae020d60ec2f8"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-smarts"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68bc7dea9d16ad27a421f517e0608cfd4c0de3c431b2d66e4b6e3502f23fe9ec"
dependencies = [
"chematic-core",
"chematic-perception",
"rustc-hash",
]
[[package]]
name = "chematic-smiles"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11b45b9de85342c382fcd3800578a5e356ddc2910f0a0d69562b6145cffa17e7"
dependencies = [
"chematic-core",
]
[[package]]
name = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
dependencies = [
"hybrid-array",
]
[[package]]
name = "digest"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "fdeflate"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
dependencies = [
"simd-adler32",
]
[[package]]
name = "flate2"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "hybrid-array"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
dependencies = [
"typenum",
]
[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "log"
version = "0.4.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
[[package]]
name = "memchr"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
[[package]]
name = "miniz_oxide"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
"adler2",
"simd-adler32",
]
[[package]]
name = "png"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
dependencies = [
"bitflags",
"crc32fast",
"fdeflate",
"flate2",
"miniz_oxide",
]
[[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 = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
]
[[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 = "sha2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "simd-adler32"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
[[package]]
name = "smallvec"
version = "1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
[[package]]
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tiny-skia"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47ffee5eaaf5527f630fb0e356b90ebdec84d5d18d937c5e440350f88c5a91ea"
dependencies = [
"arrayref",
"arrayvec",
"bytemuck",
"cfg-if",
"log",
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edca365c3faccca67d06593c5980fa6c57687de727a03131735bb85f01fdeeb9"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
[[package]]
name = "typenum"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"