|
@@ -0,0 +1,578 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+version = 3
|
|
|
+
|
|
|
+[[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 = "astra"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "astra 0.1.2",
|
|
|
+ "http",
|
|
|
+ "mimalloc",
|
|
|
+ "serde",
|
|
|
+ "simd-json",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "astra"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2cc681bfbc70851b718adfb683c57a0bee0f7ac99c807d32ca01d2a3df2833a5"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "hyper",
|
|
|
+ "log",
|
|
|
+ "mio",
|
|
|
+ "num_cpus",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "autocfg"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bytes"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cc"
|
|
|
+version = "1.0.73"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "float-cmp"
|
|
|
+version = "0.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
|
+dependencies = [
|
|
|
+ "num-traits",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "fnv"
|
|
|
+version = "1.0.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-channel"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-core"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-sink"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-task"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-util"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-task",
|
|
|
+ "pin-project-lite",
|
|
|
+ "pin-utils",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "getrandom"
|
|
|
+version = "0.2.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "wasi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "h2"
|
|
|
+version = "0.3.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "fnv",
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+ "futures-util",
|
|
|
+ "http",
|
|
|
+ "indexmap",
|
|
|
+ "slab",
|
|
|
+ "tokio",
|
|
|
+ "tokio-util",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "halfbrown"
|
|
|
+version = "0.1.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3ed39577259d319b81a15176a32673271be2786cb463889703c58c90fe83c825"
|
|
|
+dependencies = [
|
|
|
+ "hashbrown",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.11.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
+dependencies = [
|
|
|
+ "ahash",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hermit-abi"
|
|
|
+version = "0.1.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "http"
|
|
|
+version = "0.2.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "fnv",
|
|
|
+ "itoa 1.0.1",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "http-body"
|
|
|
+version = "0.4.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "http",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "httparse"
|
|
|
+version = "1.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "httpdate"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hyper"
|
|
|
+version = "0.14.17"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-util",
|
|
|
+ "h2",
|
|
|
+ "http",
|
|
|
+ "http-body",
|
|
|
+ "httparse",
|
|
|
+ "httpdate",
|
|
|
+ "itoa 1.0.1",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+ "tower-service",
|
|
|
+ "tracing",
|
|
|
+ "want",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "1.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "hashbrown",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "itoa"
|
|
|
+version = "0.4.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "itoa"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lazy_static"
|
|
|
+version = "1.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libc"
|
|
|
+version = "0.2.108"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libmimalloc-sys"
|
|
|
+version = "0.1.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7705fc40f6ed493f73584abbb324e74f96b358ff60dfe5659a0f8fc12c590a69"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "log"
|
|
|
+version = "0.4.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "memchr"
|
|
|
+version = "2.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mimalloc"
|
|
|
+version = "0.1.28"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b0dfa131390c2f6bdb3242f65ff271fcdaca5ff7b6c08f28398be7f2280e3926"
|
|
|
+dependencies = [
|
|
|
+ "libmimalloc-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mio"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "miow",
|
|
|
+ "ntapi",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "miow"
|
|
|
+version = "0.3.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
+dependencies = [
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ntapi"
|
|
|
+version = "0.3.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
+dependencies = [
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-traits"
|
|
|
+version = "0.2.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num_cpus"
|
|
|
+version = "1.13.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
|
+dependencies = [
|
|
|
+ "hermit-abi",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "once_cell"
|
|
|
+version = "1.10.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project-lite"
|
|
|
+version = "0.2.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-utils"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "1.0.36"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
|
|
+dependencies = [
|
|
|
+ "unicode-xid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ryu"
|
|
|
+version = "1.0.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde"
|
|
|
+version = "1.0.136"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
|
|
+dependencies = [
|
|
|
+ "serde_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_derive"
|
|
|
+version = "1.0.136"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_json"
|
|
|
+version = "1.0.79"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
|
|
+dependencies = [
|
|
|
+ "itoa 1.0.1",
|
|
|
+ "ryu",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "simd-json"
|
|
|
+version = "0.4.13"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8db546b694ee6a410ec93748bcb445051b7a74d4992f8ab4a23d94f289449bd7"
|
|
|
+dependencies = [
|
|
|
+ "halfbrown",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "simdutf8",
|
|
|
+ "value-trait",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "simdutf8"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c970da16e7c682fa90a261cf0724dee241c9f7831635ecc4e988ae8f3b505559"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "slab"
|
|
|
+version = "0.4.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "1.0.86"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-xid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio"
|
|
|
+version = "1.14.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "bytes",
|
|
|
+ "memchr",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tokio-util"
|
|
|
+version = "0.6.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+ "log",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tower-service"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing"
|
|
|
+version = "0.1.29"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tracing-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-core"
|
|
|
+version = "0.1.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
|
|
+dependencies = [
|
|
|
+ "lazy_static",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "try-lock"
|
|
|
+version = "0.2.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-xid"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "value-trait"
|
|
|
+version = "0.2.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "23ba0ca16d76436ca217263f891e6cbe67e32faa8e20eda061c59e8fd7c6d34c"
|
|
|
+dependencies = [
|
|
|
+ "float-cmp",
|
|
|
+ "halfbrown",
|
|
|
+ "itoa 0.4.8",
|
|
|
+ "ryu",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "version_check"
|
|
|
+version = "0.9.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "want"
|
|
|
+version = "0.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "try-lock",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasi"
|
|
|
+version = "0.10.2+wasi-snapshot-preview1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winapi"
|
|
|
+version = "0.3.9"
|
|
|
+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"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|