| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| |
| [[package]] |
| name = "direct-cargo-bazel-deps" |
| version = "0.0.1" |
| dependencies = [ |
| "pyo3", |
| "pyo3-ffi", |
| "pyo3-introspection", |
| ] |
| |
| [[package]] |
| name = "goblin" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6a80adfd63bd7ffd94fefc3d22167880c440a724303080e5aa686fa36abaa96" |
| dependencies = [ |
| "log", |
| "plain", |
| "scroll", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.176" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| |
| [[package]] |
| name = "plain" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "pyo3" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "portable-atomic", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7" |
| dependencies = [ |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-introspection" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc11f40a1f5ec62a36963d4b4b0c051fac90c879c640baa975f45cd01afd3c38" |
| dependencies = [ |
| "anyhow", |
| "goblin", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "pyo3-build-config", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| |
| [[package]] |
| name = "scroll" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add" |
| dependencies = [ |
| "scroll_derive", |
| ] |
| |
| [[package]] |
| name = "scroll_derive" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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.145" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" |