|
@@ -3,17 +3,6 @@
|
|
version = 3
|
|
version = 3
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "ahash"
|
|
|
|
-version = "0.7.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
-dependencies = [
|
|
|
|
- "getrandom",
|
|
|
|
- "once_cell",
|
|
|
|
- "version_check",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "aho-corasick"
|
|
name = "aho-corasick"
|
|
version = "0.7.20"
|
|
version = "0.7.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -32,15 +21,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "atoi"
|
|
|
|
-version = "1.0.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
|
|
|
|
-dependencies = [
|
|
|
|
- "num-traits",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "autocfg"
|
|
name = "autocfg"
|
|
version = "1.1.0"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -65,6 +45,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "bindgen"
|
|
|
|
+version = "0.64.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags",
|
|
|
|
+ "cexpr",
|
|
|
|
+ "clang-sys",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "lazycell",
|
|
|
|
+ "peeking_take_while",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "regex",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "shlex",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "bitflags"
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -98,10 +98,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "bzip2-sys"
|
|
|
|
+version = "0.1.11+1.0.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+ "pkg-config",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "cc"
|
|
name = "cc"
|
|
version = "1.0.79"
|
|
version = "1.0.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "jobserver",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cexpr"
|
|
|
|
+version = "0.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
+dependencies = [
|
|
|
|
+ "nom",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cfg-if"
|
|
name = "cfg-if"
|
|
@@ -125,6 +148,17 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "clang-sys"
|
|
|
|
+version = "1.6.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "glob",
|
|
|
|
+ "libc",
|
|
|
|
+ "libloading",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "codespan-reporting"
|
|
name = "codespan-reporting"
|
|
version = "0.11.1"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -160,40 +194,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "crc"
|
|
|
|
-version = "3.0.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
|
|
|
-dependencies = [
|
|
|
|
- "crc-catalog",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "crc-catalog"
|
|
|
|
-version = "2.2.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "crossbeam-queue"
|
|
|
|
-version = "0.3.8"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
- "crossbeam-utils",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "crossbeam-utils"
|
|
|
|
-version = "0.8.15"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "crypto-common"
|
|
name = "crypto-common"
|
|
version = "0.1.6"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -264,18 +264,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "dotenvy"
|
|
|
|
-version = "0.15.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "either"
|
|
|
|
-version = "1.8.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "enum_derive"
|
|
name = "enum_derive"
|
|
version = "0.1.7"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -316,67 +304,40 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "event-listener"
|
|
|
|
-version = "2.5.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "fastrand"
|
|
|
|
-version = "1.9.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
-dependencies = [
|
|
|
|
- "instant",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "flume"
|
|
|
|
-version = "0.10.14"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures-core",
|
|
|
|
- "futures-sink",
|
|
|
|
- "pin-project",
|
|
|
|
- "spin 0.9.6",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "fnv"
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "foreign-types"
|
|
|
|
-version = "0.3.2"
|
|
|
|
|
|
+name = "form_urlencoded"
|
|
|
|
+version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
|
+checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "foreign-types-shared",
|
|
|
|
|
|
+ "percent-encoding",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "foreign-types-shared"
|
|
|
|
-version = "0.1.1"
|
|
|
|
|
|
+name = "futures"
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "form_urlencoded"
|
|
|
|
-version = "1.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
|
|
|
|
+checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "percent-encoding",
|
|
|
|
|
|
+ "futures-channel",
|
|
|
|
+ "futures-core",
|
|
|
|
+ "futures-executor",
|
|
|
|
+ "futures-io",
|
|
|
|
+ "futures-sink",
|
|
|
|
+ "futures-task",
|
|
|
|
+ "futures-util",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-channel"
|
|
name = "futures-channel"
|
|
-version = "0.3.27"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
|
|
|
|
|
|
+checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-sink",
|
|
@@ -384,15 +345,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-core"
|
|
name = "futures-core"
|
|
-version = "0.3.27"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
|
|
|
|
|
|
+checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-executor"
|
|
name = "futures-executor"
|
|
-version = "0.3.27"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
|
|
|
|
|
|
+checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-task",
|
|
@@ -400,49 +361,47 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "futures-intrusive"
|
|
|
|
-version = "0.4.2"
|
|
|
|
|
|
+name = "futures-io"
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures-core",
|
|
|
|
- "lock_api",
|
|
|
|
- "parking_lot 0.11.2",
|
|
|
|
-]
|
|
|
|
|
|
+checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-macro"
|
|
name = "futures-macro"
|
|
-version = "0.3.27"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
|
|
|
|
|
|
+checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
- "syn 1.0.109",
|
|
|
|
|
|
+ "syn 2.0.12",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-sink"
|
|
name = "futures-sink"
|
|
-version = "0.3.27"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
|
|
|
|
|
|
+checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-task"
|
|
name = "futures-task"
|
|
-version = "0.3.27"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
|
|
|
|
|
|
+checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-util"
|
|
name = "futures-util"
|
|
-version = "0.3.27"
|
|
|
|
|
|
+version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
|
|
|
|
|
|
+checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "futures-channel",
|
|
"futures-core",
|
|
"futures-core",
|
|
|
|
+ "futures-io",
|
|
"futures-macro",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-task",
|
|
|
|
+ "memchr",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"pin-utils",
|
|
"slab",
|
|
"slab",
|
|
@@ -470,31 +429,10 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "hashbrown"
|
|
|
|
-version = "0.12.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
-dependencies = [
|
|
|
|
- "ahash",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "hashlink"
|
|
|
|
-version = "0.8.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
|
|
|
|
-dependencies = [
|
|
|
|
- "hashbrown",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "heck"
|
|
|
|
-version = "0.4.1"
|
|
|
|
|
|
+name = "glob"
|
|
|
|
+version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicode-segmentation",
|
|
|
|
-]
|
|
|
|
|
|
+checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
name = "hermit-abi"
|
|
@@ -575,25 +513,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "indexmap"
|
|
|
|
-version = "1.9.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
|
|
|
-dependencies = [
|
|
|
|
- "autocfg",
|
|
|
|
- "hashbrown",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "instant"
|
|
|
|
-version = "0.1.12"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
name = "io-lifetimes"
|
|
version = "1.0.6"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -616,21 +535,21 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "itertools"
|
|
|
|
-version = "0.10.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
-dependencies = [
|
|
|
|
- "either",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "itoa"
|
|
name = "itoa"
|
|
version = "1.0.6"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "jobserver"
|
|
|
|
+version = "0.1.26"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "js-sys"
|
|
name = "js-sys"
|
|
version = "0.3.61"
|
|
version = "0.3.61"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -646,16 +565,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "lazycell"
|
|
|
|
+version = "1.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "libc"
|
|
name = "libc"
|
|
version = "0.2.139"
|
|
version = "0.2.139"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "libsqlite3-sys"
|
|
|
|
-version = "0.24.2"
|
|
|
|
|
|
+name = "libloading"
|
|
|
|
+version = "0.7.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "librocksdb-sys"
|
|
|
|
+version = "0.10.0+7.9.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bindgen",
|
|
|
|
+ "bzip2-sys",
|
|
|
|
+ "cc",
|
|
|
|
+ "glob",
|
|
|
|
+ "libc",
|
|
|
|
+ "libz-sys",
|
|
|
|
+ "lz4-sys",
|
|
|
|
+ "zstd-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libz-sys"
|
|
|
|
+version = "1.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
|
|
|
|
|
+checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"cc",
|
|
"pkg-config",
|
|
"pkg-config",
|
|
@@ -697,6 +648,16 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "lz4-sys"
|
|
|
|
+version = "1.9.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "memchr"
|
|
name = "memchr"
|
|
version = "2.5.0"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -721,24 +682,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "native-tls"
|
|
|
|
-version = "0.2.11"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
|
|
-dependencies = [
|
|
|
|
- "lazy_static",
|
|
|
|
- "libc",
|
|
|
|
- "log",
|
|
|
|
- "openssl",
|
|
|
|
- "openssl-probe",
|
|
|
|
- "openssl-sys",
|
|
|
|
- "schannel",
|
|
|
|
- "security-framework",
|
|
|
|
- "security-framework-sys",
|
|
|
|
- "tempfile",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "nom"
|
|
name = "nom"
|
|
version = "7.1.3"
|
|
version = "7.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -753,12 +696,13 @@ name = "nostr"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"env_logger",
|
|
"env_logger",
|
|
|
|
+ "futures",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "log",
|
|
"nostr-rs-client",
|
|
"nostr-rs-client",
|
|
|
|
+ "nostr-rs-storage",
|
|
"nostr-rs-types",
|
|
"nostr-rs-types",
|
|
- "parking_lot 0.12.1",
|
|
|
|
"serde_json",
|
|
"serde_json",
|
|
- "sqlx",
|
|
|
|
"thiserror",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio",
|
|
]
|
|
]
|
|
@@ -767,9 +711,11 @@ dependencies = [
|
|
name = "nostr-rs-client"
|
|
name = "nostr-rs-client"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "futures",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "log",
|
|
"nostr-rs-types",
|
|
"nostr-rs-types",
|
|
- "parking_lot 0.12.1",
|
|
|
|
|
|
+ "parking_lot",
|
|
"serde_json",
|
|
"serde_json",
|
|
"thiserror",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio",
|
|
@@ -778,6 +724,16 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "nostr-rs-storage"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "nostr-rs-types",
|
|
|
|
+ "rocksdb",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "nostr-rs-types"
|
|
name = "nostr-rs-types"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
@@ -831,83 +787,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "openssl"
|
|
|
|
-version = "0.10.47"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d8b277f87dacc05a6b709965d1cbafac4649d6ce9f3ce9ceb88508b5666dfec9"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags",
|
|
|
|
- "cfg-if",
|
|
|
|
- "foreign-types",
|
|
|
|
- "libc",
|
|
|
|
- "once_cell",
|
|
|
|
- "openssl-macros",
|
|
|
|
- "openssl-sys",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "openssl-macros"
|
|
|
|
-version = "0.1.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn 1.0.109",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "openssl-probe"
|
|
name = "openssl-probe"
|
|
version = "0.1.5"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "openssl-sys"
|
|
|
|
-version = "0.9.82"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a95792af3c4e0153c3914df2261bedd30a98476f94dc892b67dfe1d89d433a04"
|
|
|
|
-dependencies = [
|
|
|
|
- "autocfg",
|
|
|
|
- "cc",
|
|
|
|
- "libc",
|
|
|
|
- "pkg-config",
|
|
|
|
- "vcpkg",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "parking_lot"
|
|
|
|
-version = "0.11.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
-dependencies = [
|
|
|
|
- "instant",
|
|
|
|
- "lock_api",
|
|
|
|
- "parking_lot_core 0.8.6",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "parking_lot"
|
|
name = "parking_lot"
|
|
version = "0.12.1"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"lock_api",
|
|
"lock_api",
|
|
- "parking_lot_core 0.9.7",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "parking_lot_core"
|
|
|
|
-version = "0.8.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
- "instant",
|
|
|
|
- "libc",
|
|
|
|
- "redox_syscall",
|
|
|
|
- "smallvec",
|
|
|
|
- "winapi",
|
|
|
|
|
|
+ "parking_lot_core",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -924,10 +816,10 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "paste"
|
|
|
|
-version = "1.0.12"
|
|
|
|
|
|
+name = "peeking_take_while"
|
|
|
|
+version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
|
|
|
|
|
+checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
name = "percent-encoding"
|
|
@@ -936,26 +828,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "pin-project"
|
|
|
|
-version = "1.0.12"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
|
|
|
-dependencies = [
|
|
|
|
- "pin-project-internal",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "pin-project-internal"
|
|
|
|
-version = "1.0.12"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn 1.0.109",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
name = "pin-project-lite"
|
|
version = "0.2.9"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1062,13 +934,30 @@ dependencies = [
|
|
"cc",
|
|
"cc",
|
|
"libc",
|
|
"libc",
|
|
"once_cell",
|
|
"once_cell",
|
|
- "spin 0.5.2",
|
|
|
|
|
|
+ "spin",
|
|
"untrusted",
|
|
"untrusted",
|
|
"web-sys",
|
|
"web-sys",
|
|
"winapi",
|
|
"winapi",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "rocksdb"
|
|
|
|
+version = "0.20.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "librocksdb-sys",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustc-hash"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "rustix"
|
|
name = "rustix"
|
|
version = "0.36.9"
|
|
version = "0.36.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1247,6 +1136,12 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
|
+name = "shlex"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
name = "signal-hook-registry"
|
|
name = "signal-hook-registry"
|
|
version = "1.4.1"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1287,120 +1182,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "spin"
|
|
|
|
-version = "0.9.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b5d6e0250b93c8427a177b849d144a96d5acc57006149479403d7861ab721e34"
|
|
|
|
-dependencies = [
|
|
|
|
- "lock_api",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sqlformat"
|
|
|
|
-version = "0.2.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
|
|
|
|
-dependencies = [
|
|
|
|
- "itertools",
|
|
|
|
- "nom",
|
|
|
|
- "unicode_categories",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sqlx"
|
|
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "9249290c05928352f71c077cc44a464d880c63f26f7534728cca008e135c0428"
|
|
|
|
-dependencies = [
|
|
|
|
- "sqlx-core",
|
|
|
|
- "sqlx-macros",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sqlx-core"
|
|
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
|
|
|
|
-dependencies = [
|
|
|
|
- "ahash",
|
|
|
|
- "atoi",
|
|
|
|
- "bitflags",
|
|
|
|
- "byteorder",
|
|
|
|
- "bytes",
|
|
|
|
- "crc",
|
|
|
|
- "crossbeam-queue",
|
|
|
|
- "dotenvy",
|
|
|
|
- "either",
|
|
|
|
- "event-listener",
|
|
|
|
- "flume",
|
|
|
|
- "futures-channel",
|
|
|
|
- "futures-core",
|
|
|
|
- "futures-executor",
|
|
|
|
- "futures-intrusive",
|
|
|
|
- "futures-util",
|
|
|
|
- "hashlink",
|
|
|
|
- "hex",
|
|
|
|
- "indexmap",
|
|
|
|
- "itoa",
|
|
|
|
- "libc",
|
|
|
|
- "libsqlite3-sys",
|
|
|
|
- "log",
|
|
|
|
- "memchr",
|
|
|
|
- "once_cell",
|
|
|
|
- "paste",
|
|
|
|
- "percent-encoding",
|
|
|
|
- "sha2",
|
|
|
|
- "smallvec",
|
|
|
|
- "sqlformat",
|
|
|
|
- "sqlx-rt",
|
|
|
|
- "stringprep",
|
|
|
|
- "thiserror",
|
|
|
|
- "tokio-stream",
|
|
|
|
- "url",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sqlx-macros"
|
|
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b850fa514dc11f2ee85be9d055c512aa866746adfacd1cb42d867d68e6a5b0d9"
|
|
|
|
-dependencies = [
|
|
|
|
- "dotenvy",
|
|
|
|
- "either",
|
|
|
|
- "heck",
|
|
|
|
- "once_cell",
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "sha2",
|
|
|
|
- "sqlx-core",
|
|
|
|
- "sqlx-rt",
|
|
|
|
- "syn 1.0.109",
|
|
|
|
- "url",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "sqlx-rt"
|
|
|
|
-version = "0.6.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
|
|
|
|
-dependencies = [
|
|
|
|
- "native-tls",
|
|
|
|
- "once_cell",
|
|
|
|
- "tokio",
|
|
|
|
- "tokio-native-tls",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "stringprep"
|
|
|
|
-version = "0.1.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
|
-dependencies = [
|
|
|
|
- "unicode-bidi",
|
|
|
|
- "unicode-normalization",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "syn"
|
|
name = "syn"
|
|
version = "1.0.109"
|
|
version = "1.0.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1413,9 +1194,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "syn"
|
|
name = "syn"
|
|
-version = "2.0.3"
|
|
|
|
|
|
+version = "2.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e8234ae35e70582bfa0f1fedffa6daa248e41dd045310b19800c4a36382c8f60"
|
|
|
|
|
|
+checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -1423,19 +1204,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "tempfile"
|
|
|
|
-version = "3.4.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if",
|
|
|
|
- "fastrand",
|
|
|
|
- "redox_syscall",
|
|
|
|
- "rustix",
|
|
|
|
- "windows-sys 0.42.0",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "termcolor"
|
|
name = "termcolor"
|
|
version = "1.2.0"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1461,7 +1229,7 @@ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
- "syn 2.0.3",
|
|
|
|
|
|
+ "syn 2.0.12",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1502,7 +1270,7 @@ dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
"mio",
|
|
"mio",
|
|
"num_cpus",
|
|
"num_cpus",
|
|
- "parking_lot 0.12.1",
|
|
|
|
|
|
+ "parking_lot",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"signal-hook-registry",
|
|
"socket2",
|
|
"socket2",
|
|
@@ -1522,16 +1290,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "tokio-native-tls"
|
|
|
|
-version = "0.3.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
|
-dependencies = [
|
|
|
|
- "native-tls",
|
|
|
|
- "tokio",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
name = "tokio-rustls"
|
|
version = "0.23.4"
|
|
version = "0.23.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1543,17 +1301,6 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "tokio-stream"
|
|
|
|
-version = "0.1.12"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures-core",
|
|
|
|
- "pin-project-lite",
|
|
|
|
- "tokio",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
name = "tokio-tungstenite"
|
|
version = "0.18.0"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1618,24 +1365,12 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "unicode-segmentation"
|
|
|
|
-version = "1.10.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "unicode-width"
|
|
name = "unicode-width"
|
|
version = "0.1.10"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "unicode_categories"
|
|
|
|
-version = "0.1.1"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
name = "untrusted"
|
|
name = "untrusted"
|
|
version = "0.7.1"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -1867,3 +1602,14 @@ name = "windows_x86_64_msvc"
|
|
version = "0.42.1"
|
|
version = "0.42.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "zstd-sys"
|
|
|
|
+version = "2.0.7+zstd.1.5.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+ "pkg-config",
|
|
|
|
+]
|