|
@@ -0,0 +1,794 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+version = 4
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "addr2line"
|
|
|
+version = "0.24.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
|
+dependencies = [
|
|
|
+ "gimli",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "adler2"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "allocator-api2"
|
|
|
+version = "0.2.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anyhow"
|
|
|
+version = "1.0.98"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "assert_matches"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya"
|
|
|
+version = "0.13.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d18bc4e506fbb85ab7392ed993a7db4d1a452c71b75a246af4a80ab8c9d2dd50"
|
|
|
+dependencies = [
|
|
|
+ "assert_matches",
|
|
|
+ "aya-obj",
|
|
|
+ "bitflags",
|
|
|
+ "bytes",
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "object",
|
|
|
+ "once_cell",
|
|
|
+ "thiserror 1.0.69",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-build"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "765c92c523541cbf5e3a94c7a6ff4068a4d9537f98a2eeb136461c0537ded8c1"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "cargo_metadata",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-ebpf"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d8dbaf5409a1a0982e5c9bdc0f499a55fe5ead39fe9c846012053faf0d404f73"
|
|
|
+dependencies = [
|
|
|
+ "aya-ebpf-bindings",
|
|
|
+ "aya-ebpf-cty",
|
|
|
+ "aya-ebpf-macros",
|
|
|
+ "rustversion",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-ebpf-bindings"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "783dc1a82a3d71d83286165381dcc1b1d41643f4b110733d135547527c000a9a"
|
|
|
+dependencies = [
|
|
|
+ "aya-ebpf-cty",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-ebpf-cty"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2cce099aaf3abb89f9a1f8594ffe07fa53738ebc2882fac624d10d9ba31a1b10"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-ebpf-macros"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "72f47f7b4a75eb5f1d7ba0fb5628d247b1cf20388658899177875dabdda66865"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro-error",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-log"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b600d806c1d07d3b81ab5f4a2a95fd80f479a0d3f1d68f29064d660865f85f02"
|
|
|
+dependencies = [
|
|
|
+ "aya",
|
|
|
+ "aya-log-common",
|
|
|
+ "bytes",
|
|
|
+ "log",
|
|
|
+ "thiserror 1.0.69",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-log-common"
|
|
|
+version = "0.1.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "befef9fe882e63164a2ba0161874e954648a72b0e1c4b361f532d590638c4eec"
|
|
|
+dependencies = [
|
|
|
+ "num_enum",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-log-ebpf"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ae348f459df78a79e5cd5e164b6562b927033b97ca3b033605b341a474f44510"
|
|
|
+dependencies = [
|
|
|
+ "aya-ebpf",
|
|
|
+ "aya-log-common",
|
|
|
+ "aya-log-ebpf-macros",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-log-ebpf-macros"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f6d8251a75f56077db51892041aa6b77c70ef2723845d7a210979700b2f01bc4"
|
|
|
+dependencies = [
|
|
|
+ "aya-log-common",
|
|
|
+ "aya-log-parser",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-log-parser"
|
|
|
+version = "0.1.13"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "14b102eb5c88c9aa0b49102d3fbcee08ecb0dfa81014f39b373311de7a7032cb"
|
|
|
+dependencies = [
|
|
|
+ "aya-log-common",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aya-obj"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c51b96c5a8ed8705b40d655273bc4212cbbf38d4e3be2788f36306f154523ec7"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "core-error",
|
|
|
+ "hashbrown",
|
|
|
+ "log",
|
|
|
+ "object",
|
|
|
+ "thiserror 1.0.69",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "backtrace"
|
|
|
+version = "0.3.75"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
|
|
+dependencies = [
|
|
|
+ "addr2line",
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "miniz_oxide",
|
|
|
+ "object",
|
|
|
+ "rustc-demangle",
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "2.9.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bytes"
|
|
|
+version = "1.10.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "camino"
|
|
|
+version = "1.1.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cargo-platform"
|
|
|
+version = "0.1.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cargo_metadata"
|
|
|
+version = "0.19.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
|
|
|
+dependencies = [
|
|
|
+ "camino",
|
|
|
+ "cargo-platform",
|
|
|
+ "semver",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "thiserror 2.0.12",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "core-error"
|
|
|
+version = "0.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "efcdb2972eb64230b4c50646d8498ff73f5128d196a90c7236eec4cbe8619b8f"
|
|
|
+dependencies = [
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crc32fast"
|
|
|
+version = "1.4.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "either"
|
|
|
+version = "1.15.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "env_filter"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "env_logger"
|
|
|
+version = "0.11.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
|
|
|
+dependencies = [
|
|
|
+ "env_filter",
|
|
|
+ "log",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "equivalent"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "errno"
|
|
|
+version = "0.3.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "foldhash"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gimli"
|
|
|
+version = "0.31.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.15.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
|
|
+dependencies = [
|
|
|
+ "allocator-api2",
|
|
|
+ "equivalent",
|
|
|
+ "foldhash",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "home"
|
|
|
+version = "0.5.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "2.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
|
|
+dependencies = [
|
|
|
+ "equivalent",
|
|
|
+ "hashbrown",
|
|
|
+]
|
|
|
+
|
|
|
+[[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.172"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "linux-raw-sys"
|
|
|
+version = "0.4.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "log"
|
|
|
+version = "0.4.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "memchr"
|
|
|
+version = "2.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "miniz_oxide"
|
|
|
+version = "0.8.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
|
|
+dependencies = [
|
|
|
+ "adler2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mio"
|
|
|
+version = "1.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "wasi",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mytrace"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "aya",
|
|
|
+ "aya-build",
|
|
|
+ "aya-log",
|
|
|
+ "env_logger",
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "mytrace-common",
|
|
|
+ "mytrace-ebpf",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mytrace-common"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "aya",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mytrace-ebpf"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "aya-ebpf",
|
|
|
+ "aya-log-ebpf",
|
|
|
+ "mytrace-common",
|
|
|
+ "which",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num_enum"
|
|
|
+version = "0.7.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
|
|
|
+dependencies = [
|
|
|
+ "num_enum_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num_enum_derive"
|
|
|
+version = "0.7.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "object"
|
|
|
+version = "0.36.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
|
+dependencies = [
|
|
|
+ "crc32fast",
|
|
|
+ "hashbrown",
|
|
|
+ "indexmap",
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "once_cell"
|
|
|
+version = "1.21.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project-lite"
|
|
|
+version = "0.2.16"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-error"
|
|
|
+version = "1.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro-error-attr",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-error-attr"
|
|
|
+version = "1.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "1.0.95"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.40"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustc-demangle"
|
|
|
+version = "0.1.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustix"
|
|
|
+version = "0.38.44"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "errno",
|
|
|
+ "libc",
|
|
|
+ "linux-raw-sys",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustversion"
|
|
|
+version = "1.0.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ryu"
|
|
|
+version = "1.0.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "semver"
|
|
|
+version = "1.0.26"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde"
|
|
|
+version = "1.0.219"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
|
+dependencies = [
|
|
|
+ "serde_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_derive"
|
|
|
+version = "1.0.219"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_json"
|
|
|
+version = "1.0.140"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
|
+dependencies = [
|
|
|
+ "itoa",
|
|
|
+ "memchr",
|
|
|
+ "ryu",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "signal-hook-registry"
|
|
|
+version = "1.4.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "socket2"
|
|
|
+version = "0.5.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "2.0.101"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror"
|
|
|
+version = "1.0.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
+dependencies = [
|
|
|
+ "thiserror-impl 1.0.69",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror"
|
|
|
+version = "2.0.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
|
+dependencies = [
|
|
|
+ "thiserror-impl 2.0.12",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror-impl"
|
|
|
+version = "1.0.69"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror-impl"
|
|
|
+version = "2.0.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio"
|
|
|
+version = "1.45.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
|
|
+dependencies = [
|
|
|
+ "backtrace",
|
|
|
+ "libc",
|
|
|
+ "mio",
|
|
|
+ "pin-project-lite",
|
|
|
+ "signal-hook-registry",
|
|
|
+ "socket2",
|
|
|
+ "tokio-macros",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio-macros"
|
|
|
+version = "2.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-ident"
|
|
|
+version = "1.0.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "version_check"
|
|
|
+version = "0.9.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasi"
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "which"
|
|
|
+version = "6.0.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
|
|
|
+dependencies = [
|
|
|
+ "either",
|
|
|
+ "home",
|
|
|
+ "rustix",
|
|
|
+ "winsafe",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.59.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm",
|
|
|
+ "windows_aarch64_msvc",
|
|
|
+ "windows_i686_gnu",
|
|
|
+ "windows_i686_gnullvm",
|
|
|
+ "windows_i686_msvc",
|
|
|
+ "windows_x86_64_gnu",
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
+ "windows_x86_64_msvc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winsafe"
|
|
|
+version = "0.0.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|