wgautomesh/Cargo.lock

1183 lines
30 KiB
Text
Raw Normal View History

2023-03-09 10:42:11 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2023-03-09 10:42:11 +01:00
[[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"
2023-03-09 14:23:40 +01:00
[[package]]
name = "aead"
2024-05-22 11:58:43 +02:00
version = "0.5.2"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
2023-03-09 14:23:40 +01:00
dependencies = [
"crypto-common",
"generic-array",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "aho-corasick"
2024-05-22 11:58:43 +02:00
version = "1.1.3"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-03-09 10:42:11 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "anyhow"
version = "1.0.93"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
2023-03-09 10:42:11 +01:00
2023-03-09 14:23:40 +01:00
[[package]]
name = "arrayref"
version = "0.3.9"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
2023-03-09 14:23:40 +01:00
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "autocfg"
version = "1.4.0"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2023-03-09 14:23:40 +01:00
2023-03-09 13:04:54 +01:00
[[package]]
name = "backtrace"
version = "0.3.74"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2023-03-09 13:04:54 +01:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets",
2023-03-09 13:04:54 +01:00
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2023-03-09 14:23:40 +01:00
[[package]]
name = "blake3"
version = "1.5.5"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
2023-03-09 14:23:40 +01:00
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "bytes"
version = "1.9.0"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2023-03-09 13:04:54 +01:00
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
2023-03-09 14:23:40 +01:00
[[package]]
name = "cc"
version = "1.2.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
dependencies = [
"shlex",
]
2023-03-09 14:23:40 +01:00
2023-03-09 10:42:11 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-03-09 14:23:40 +01:00
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
"zeroize",
]
[[package]]
name = "constant_time_eq"
version = "0.3.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2023-03-09 14:23:40 +01:00
[[package]]
name = "cpufeatures"
version = "0.2.16"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
2023-03-09 14:23:40 +01:00
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",
"rand_core",
"typenum",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "env_logger"
2024-05-22 11:58:43 +02:00
version = "0.10.2"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
2023-03-09 10:42:11 +01:00
dependencies = [
"humantime",
2024-05-22 11:58:43 +02:00
"is-terminal",
2023-03-09 10:42:11 +01:00
"log",
"regex",
"termcolor",
]
2024-05-22 11:58:43 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-09 13:04:54 +01:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "futures"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2023-03-09 13:04:54 +01:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-macro"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-util"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
2023-03-09 13:04:54 +01:00
]
[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
name = "genawaiter"
version = "0.99.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c86bd0361bcbde39b13475e6e36cb24c329964aa2611be285289d1e4b751c1a0"
dependencies = [
"futures-core",
"genawaiter-macro",
]
[[package]]
name = "genawaiter-macro"
version = "0.99.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b32dfe1fdfc0bbde1f22a5da25355514b5e450c33a6af6770884c8750aedfbc"
2023-03-09 14:23:40 +01:00
[[package]]
name = "generic-array"
2024-05-22 11:58:43 +02:00
version = "0.14.7"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2023-03-09 14:23:40 +01:00
dependencies = [
"typenum",
"version_check",
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "get_if_addrs"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7"
dependencies = [
"c_linked_list",
"get_if_addrs-sys",
"libc",
"winapi 0.2.8",
2023-03-09 13:04:54 +01:00
]
[[package]]
name = "get_if_addrs-sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48"
dependencies = [
"gcc",
"libc",
]
[[package]]
name = "getrandom"
2024-05-22 11:58:43 +02:00
version = "0.2.15"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-03-09 13:04:54 +01:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-03-09 10:42:11 +01:00
[[package]]
name = "hashbrown"
version = "0.15.2"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
2023-03-09 10:42:11 +01:00
[[package]]
name = "hermit-abi"
2024-05-22 11:58:43 +02:00
version = "0.3.9"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-09 10:42:11 +01:00
[[package]]
name = "hermit-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
2023-03-09 13:04:54 +01:00
[[package]]
name = "http"
2024-05-22 11:58:43 +02:00
version = "0.2.12"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2023-03-09 13:04:54 +01:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "http-body"
version = "0.4.6"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
2023-03-09 10:42:11 +01:00
2023-03-09 13:04:54 +01:00
[[package]]
name = "httparse"
version = "1.9.5"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-03-09 13:04:54 +01:00
[[package]]
name = "humantime"
version = "2.1.0"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
2023-03-09 13:04:54 +01:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
2023-03-09 13:04:54 +01:00
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "indexmap"
version = "2.6.0"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2023-03-09 10:42:11 +01:00
dependencies = [
2024-05-22 11:58:43 +02:00
"equivalent",
2023-03-09 10:42:11 +01:00
"hashbrown",
]
2023-03-09 14:23:40 +01:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
[[package]]
name = "ipnet"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
dependencies = [
"serde",
]
[[package]]
name = "ipnetwork"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
dependencies = [
"serde",
]
2024-05-22 11:58:43 +02:00
[[package]]
name = "is-terminal"
version = "0.4.13"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
2024-05-22 11:58:43 +02:00
dependencies = [
"hermit-abi 0.4.0",
2024-05-22 11:58:43 +02:00
"libc",
"windows-sys 0.52.0",
2024-05-22 11:58:43 +02:00
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "itoa"
version = "1.0.14"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2023-03-09 13:04:54 +01:00
2023-03-09 10:42:11 +01:00
[[package]]
name = "libc"
version = "0.2.166"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36"
2023-03-09 10:42:11 +01:00
[[package]]
name = "log"
version = "0.4.22"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2023-03-09 10:42:11 +01:00
[[package]]
name = "memchr"
version = "2.7.4"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
]
[[package]]
name = "mio"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
dependencies = [
"hermit-abi 0.3.9",
"libc",
"wasi",
"windows-sys 0.52.0",
]
[[package]]
name = "no-std-net"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
[[package]]
name = "object"
version = "0.36.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2023-03-09 10:42:11 +01:00
2023-03-09 14:23:40 +01:00
[[package]]
name = "opaque-debug"
2024-05-22 11:58:43 +02:00
version = "0.3.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2023-03-09 14:23:40 +01:00
2023-03-09 13:04:54 +01:00
[[package]]
name = "pin-project-lite"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pnet"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "682396b533413cc2e009fbb48aadf93619a149d3e57defba19ff50ce0201bd0d"
dependencies = [
"ipnetwork",
"pnet_base",
"pnet_datalink",
"pnet_packet",
"pnet_sys",
"pnet_transport",
]
[[package]]
name = "pnet_base"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc190d4067df16af3aba49b3b74c469e611cad6314676eaf1157f31aa0fb2f7"
dependencies = [
"no-std-net",
]
[[package]]
name = "pnet_datalink"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79e70ec0be163102a332e1d2d5586d362ad76b01cec86f830241f2b6452a7b7"
dependencies = [
"ipnetwork",
"libc",
"pnet_base",
"pnet_sys",
"winapi 0.3.9",
]
[[package]]
name = "pnet_macros"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13325ac86ee1a80a480b0bc8e3d30c25d133616112bb16e86f712dcf8a71c863"
dependencies = [
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "pnet_macros_support"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eed67a952585d509dd0003049b1fc56b982ac665c8299b124b90ea2bdb3134ab"
dependencies = [
"pnet_base",
]
[[package]]
name = "pnet_packet"
version = "0.35.0"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c96ebadfab635fcc23036ba30a7d33a80c39e8461b8bd7dc7bb186acb96560f"
dependencies = [
"glob",
"pnet_base",
"pnet_macros",
"pnet_macros_support",
]
[[package]]
name = "pnet_sys"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d4643d3d4db6b08741050c2f3afa9a892c4244c085a72fcda93c9c2c9a00f4b"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "pnet_transport"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f604d98bc2a6591cf719b58d3203fd882bdd6bf1db696c4ac97978e9f4776bf"
dependencies = [
"libc",
"pnet_base",
"pnet_packet",
"pnet_sys",
]
2023-03-09 13:04:54 +01:00
2023-03-09 14:23:40 +01:00
[[package]]
name = "poly1305"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
dependencies = [
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "pretty_env_logger"
2024-05-22 11:58:43 +02:00
version = "0.5.0"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
2023-03-09 10:42:11 +01:00
dependencies = [
"env_logger",
"log",
]
[[package]]
name = "proc-macro2"
version = "1.0.92"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
2023-03-09 10:42:11 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.37"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2023-03-09 10:42:11 +01:00
dependencies = [
"proc-macro2",
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "regex"
version = "1.11.1"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2024-05-22 11:58:43 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2023-03-09 10:42:11 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "roxmltree"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302"
dependencies = [
"xmlparser",
]
[[package]]
name = "rupnp"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e835fbf3a35d8762bca4a214c5608350a1623a4f741a1cbcabbb3f07054e113"
dependencies = [
"bytes",
"futures-core",
"futures-util",
"genawaiter",
"get_if_addrs",
"http",
"hyper",
"roxmltree",
"ssdp-client",
"tokio",
]
[[package]]
name = "rustc-demangle"
version = "0.1.24"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-03-09 10:42:11 +01:00
2023-03-09 14:23:40 +01:00
[[package]]
name = "salsa20"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
dependencies = [
"cipher",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "serde"
version = "1.0.215"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
2023-03-09 10:42:11 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.215"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
2023-03-09 10:42:11 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_spanned"
version = "0.6.8"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2023-03-09 10:42:11 +01:00
dependencies = [
"serde",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "socket2"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "ssdp-client"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6de407095e6b99d74bef5a000d6acd6754da7119c9b6a09978fe1486ecc7abdd"
dependencies = [
"futures-core",
"genawaiter",
"log",
"tokio",
]
2023-03-09 14:23:40 +01:00
[[package]]
name = "subtle"
version = "2.6.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-03-09 14:23:40 +01:00
2023-03-09 10:42:11 +01:00
[[package]]
name = "syn"
version = "2.0.89"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
2023-03-09 10:42:11 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "termcolor"
2024-05-22 11:58:43 +02:00
version = "1.4.1"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-03-09 10:42:11 +01:00
dependencies = [
"winapi-util",
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "tokio"
version = "1.41.1"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
2023-03-09 13:04:54 +01:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"pin-project-lite",
"socket2",
"tokio-macros",
"windows-sys 0.52.0",
2023-03-09 13:04:54 +01:00
]
[[package]]
name = "tokio-macros"
version = "2.4.0"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-03-09 13:04:54 +01:00
2023-03-09 10:42:11 +01:00
[[package]]
name = "toml"
version = "0.8.19"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2023-03-09 10:42:11 +01:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2023-03-09 10:42:11 +01:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.22"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
2023-03-09 10:42:11 +01:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2023-03-09 14:23:40 +01:00
[[package]]
name = "tower-service"
version = "0.3.3"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2023-03-09 14:23:40 +01:00
2023-03-09 13:04:54 +01:00
[[package]]
name = "tracing"
version = "0.1.41"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"pin-project-lite",
"tracing-core",
]
2023-03-09 13:04:54 +01:00
2023-03-09 10:42:11 +01:00
[[package]]
name = "tracing-core"
version = "0.1.33"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
"once_cell",
]
2023-03-09 10:42:11 +01:00
2023-03-09 13:04:54 +01:00
[[package]]
name = "try-lock"
version = "0.2.5"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[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"
2023-03-09 13:04:54 +01:00
2023-03-09 14:23:40 +01:00
[[package]]
name = "universal-hash"
2024-05-22 11:58:43 +02:00
version = "0.5.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2023-03-09 14:23:40 +01:00
dependencies = [
"crypto-common",
"subtle",
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "version_check"
version = "0.9.5"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023-03-09 13:04:54 +01:00
2023-03-09 14:23:40 +01:00
[[package]]
name = "want"
version = "0.3.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
2023-03-09 14:23:40 +01:00
2023-03-09 13:04:54 +01:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-03-09 10:42:11 +01:00
[[package]]
name = "wgautomesh"
version = "0.1.1"
2023-03-09 10:42:11 +01:00
dependencies = [
"anyhow",
"bincode",
2023-03-09 14:23:40 +01:00
"blake3",
"futures",
"ipnet",
2023-03-09 10:42:11 +01:00
"log",
"pnet",
2023-03-09 10:42:11 +01:00
"pretty_env_logger",
"rupnp",
2023-03-09 10:42:11 +01:00
"serde",
"tokio",
2023-03-09 10:42:11 +01:00
"toml",
2023-03-09 14:23:40 +01:00
"xsalsa20poly1305",
2023-03-09 10:42:11 +01:00
"xxhash-rust",
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "winapi"
version = "0.2.8"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2023-03-09 13:04:54 +01:00
[[package]]
name = "winapi"
version = "0.3.9"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2023-03-09 13:04:54 +01:00
2023-03-09 10:42:11 +01:00
[[package]]
2024-05-22 11:58:43 +02:00
name = "winapi-util"
version = "0.1.9"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2023-03-09 10:42:11 +01:00
dependencies = [
"windows-sys 0.59.0",
2023-03-09 10:42:11 +01:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-09 10:42:11 +01:00
[[package]]
2024-05-22 11:58:43 +02:00
name = "windows-sys"
version = "0.52.0"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets",
]
2023-03-09 10:42:11 +01:00
[[package]]
2024-05-22 11:58:43 +02:00
name = "windows-targets"
version = "0.52.6"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-03-09 10:42:11 +01:00
dependencies = [
2024-05-22 11:58:43 +02:00
"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",
2023-03-09 10:42:11 +01:00
]
[[package]]
2024-05-22 11:58:43 +02:00
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-05-22 11:58:43 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-05-22 11:58:43 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-05-22 11:58:43 +02:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-05-22 11:58:43 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-05-22 11:58:43 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-05-22 11:58:43 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2024-05-22 11:58:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-05-22 11:58:43 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-03-09 10:42:11 +01:00
[[package]]
name = "winnow"
version = "0.6.20"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
2023-03-09 10:42:11 +01:00
dependencies = [
"memchr",
]
2023-03-09 13:04:54 +01:00
[[package]]
name = "xmlparser"
version = "0.13.6"
2023-03-09 13:04:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
2023-03-09 13:04:54 +01:00
2023-03-09 14:23:40 +01:00
[[package]]
name = "xsalsa20poly1305"
2024-05-22 11:58:43 +02:00
version = "0.9.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 11:58:43 +02:00
checksum = "02a6dad357567f81cd78ee75f7c61f1b30bb2fe4390be8fb7c69e2ac8dffb6c7"
2023-03-09 14:23:40 +01:00
dependencies = [
"aead",
"poly1305",
"salsa20",
"subtle",
"zeroize",
]
2023-03-09 10:42:11 +01:00
[[package]]
name = "xxhash-rust"
version = "0.8.12"
2023-03-09 10:42:11 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
2023-03-09 14:23:40 +01:00
[[package]]
name = "zeroize"
version = "1.8.1"
2023-03-09 14:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"