| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "asn1" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9795210620c0cb3f9a7ce4f882808c38e1ef7b347c90591dceae0886e031fb1" |
| dependencies = [ |
| "asn1_derive", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "asn1_derive" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "909e307f1cc32bb8bccbd98f446e6d1bf03fa30f7b53a4337da7181ad30fa11a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" |
| |
| [[package]] |
| name = "bindgen" |
| version = "0.71.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" |
| dependencies = [ |
| "bitflags", |
| "cexpr", |
| "clang-sys", |
| "itertools", |
| "log", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "regex", |
| "rustc-hash", |
| "shlex 1.3.0", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06" |
| |
| [[package]] |
| name = "cc" |
| version = "1.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3eb0f42d6c360dc3f8a821f6bf2fdea7f72bfd36b3076eb0e6d1e9e0752fff4" |
| dependencies = [ |
| "find-msvc-tools", |
| "shlex 2.0.1", |
| ] |
| |
| [[package]] |
| name = "cexpr" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| dependencies = [ |
| "nom", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e7648175b45a9a48536d676f68d918270699102aa8dab5496df06904c914600" |
| |
| [[package]] |
| name = "clang-sys" |
| version = "1.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a" |
| dependencies = [ |
| "glob", |
| "libc", |
| "libloading", |
| ] |
| |
| [[package]] |
| name = "cryptography-cffi" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "cc", |
| "openssl-bridge-sys", |
| "pyo3", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "cryptography-crypto" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "openssl-bridge", |
| ] |
| |
| [[package]] |
| name = "cryptography-keepalive" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "pyo3", |
| ] |
| |
| [[package]] |
| name = "cryptography-key-parsing" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "asn1", |
| "cfg-if", |
| "cryptography-crypto", |
| "cryptography-x509", |
| "openssl-bridge", |
| "openssl-bridge-sys", |
| "pem", |
| ] |
| |
| [[package]] |
| name = "cryptography-rust" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "asn1", |
| "base64", |
| "cfg-if", |
| "cryptography-cffi", |
| "cryptography-crypto", |
| "cryptography-keepalive", |
| "cryptography-key-parsing", |
| "cryptography-x509", |
| "cryptography-x509-verification", |
| "openssl-bridge", |
| "openssl-bridge-sys", |
| "pem", |
| "pyo3", |
| "pyo3-build-config", |
| "self_cell", |
| ] |
| |
| [[package]] |
| name = "cryptography-x509" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "asn1", |
| ] |
| |
| [[package]] |
| name = "cryptography-x509-verification" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "asn1", |
| "cryptography-x509", |
| "pem", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b" |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[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.189" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| dependencies = [ |
| "cfg-if", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| |
| [[package]] |
| name = "openssl-bridge" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "openssl-bridge-sys", |
| ] |
| |
| [[package]] |
| name = "openssl-bridge-sys" |
| version = "0.51.0-dev1" |
| dependencies = [ |
| "bindgen", |
| "cc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "pem" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d354a98a3d1251555de99e8fdd8afda05573c31b82f59063a7b0a29b5527f120" |
| dependencies = [ |
| "base64", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85" |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| dependencies = [ |
| "proc-macro2", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.107" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "pyo3" |
| version = "0.29.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "portable-atomic", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.29.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9" |
| dependencies = [ |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.29.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.29.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.29.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| |
| [[package]] |
| name = "self_cell" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813" |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "shlex" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.119" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954" |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |