|
|
|
|
|
|
|
|
version = 4 |
|
|
|
|
|
[[package]] |
|
|
name = "block-buffer" |
|
|
version = "0.10.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "byteorder" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
[[package]] |
|
|
name = "cpufeatures" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crypto-common" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
"typenum", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "digest" |
|
|
version = "0.10.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
|
dependencies = [ |
|
|
"block-buffer", |
|
|
"crypto-common", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "generic-array" |
|
|
version = "0.14.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
|
dependencies = [ |
|
|
"typenum", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.2.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"wasi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itoa" |
|
|
version = "1.0.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
|
|
|
|
|
[[package]] |
|
|
name = "libc" |
|
|
version = "0.2.169" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" |
|
|
|
|
|
[[package]] |
|
|
name = "memchr" |
|
|
version = "2.7.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
|
|
|
|
|
[[package]] |
|
|
name = "ppv-lite86" |
|
|
version = "0.2.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
|
|
dependencies = [ |
|
|
"zerocopy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
version = "1.0.93" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quote" |
|
|
version = "1.0.38" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand" |
|
|
version = "0.8.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"rand_chacha", |
|
|
"rand_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_chacha" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
|
dependencies = [ |
|
|
"ppv-lite86", |
|
|
"rand_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
version = "0.6.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
|
dependencies = [ |
|
|
"getrandom", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "reset-telemetry" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"rand", |
|
|
"serde_json", |
|
|
"sha2", |
|
|
"uuid", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ryu" |
|
|
version = "1.0.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
|
|
|
|
|
[[package]] |
|
|
name = "serde" |
|
|
version = "1.0.217" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
version = "1.0.217" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
version = "1.0.137" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"memchr", |
|
|
"ryu", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sha2" |
|
|
version = "0.10.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"digest", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "2.0.96" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "typenum" |
|
|
version = "1.17.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-ident" |
|
|
version = "1.0.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
|
|
|
|
|
[[package]] |
|
|
name = "uuid" |
|
|
version = "1.12.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" |
|
|
dependencies = [ |
|
|
"getrandom", |
|
|
] |
|
|
|
|
|
[[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 = "zerocopy" |
|
|
version = "0.7.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"zerocopy-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy-derive" |
|
|
version = "0.7.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|