|
|
@@ -173,24 +173,118 @@ version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "futures" |
|
|
|
|
|
version = "0.3.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures-channel", |
|
|
|
|
|
"futures-core", |
|
|
|
|
|
"futures-executor", |
|
|
|
|
|
"futures-io", |
|
|
|
|
|
"futures-sink", |
|
|
|
|
|
"futures-task", |
|
|
|
|
|
"futures-util", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "futures-channel" |
|
|
|
|
|
version = "0.3.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures-core", |
|
|
|
|
|
"futures-sink", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-core" |
|
|
name = "futures-core" |
|
|
version = "0.3.5" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" |
|
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "futures-executor" |
|
|
|
|
|
version = "0.3.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures-core", |
|
|
|
|
|
"futures-task", |
|
|
|
|
|
"futures-util", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-io" |
|
|
name = "futures-io" |
|
|
version = "0.3.5" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" |
|
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "futures-macro" |
|
|
|
|
|
version = "0.3.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"proc-macro-hack", |
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
"quote", |
|
|
|
|
|
"syn", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "futures-sink" |
|
|
|
|
|
version = "0.3.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "futures-task" |
|
|
|
|
|
version = "0.3.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"once_cell", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-timer" |
|
|
name = "futures-timer" |
|
|
version = "2.0.2" |
|
|
version = "2.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6" |
|
|
checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "futures-util" |
|
|
|
|
|
version = "0.3.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"futures-channel", |
|
|
|
|
|
"futures-core", |
|
|
|
|
|
"futures-io", |
|
|
|
|
|
"futures-macro", |
|
|
|
|
|
"futures-sink", |
|
|
|
|
|
"futures-task", |
|
|
|
|
|
"memchr", |
|
|
|
|
|
"pin-project", |
|
|
|
|
|
"pin-utils", |
|
|
|
|
|
"proc-macro-hack", |
|
|
|
|
|
"proc-macro-nested", |
|
|
|
|
|
"slab", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "getrandom" |
|
|
|
|
|
version = "0.1.14" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"cfg-if", |
|
|
|
|
|
"libc", |
|
|
|
|
|
"wasi", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "heck" |
|
|
name = "heck" |
|
|
version = "0.3.1" |
|
|
version = "0.3.1" |
|
|
@@ -333,9 +427,13 @@ version = "0.1.0" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-std", |
|
|
"chrono", |
|
|
"chrono", |
|
|
|
|
|
"futures", |
|
|
|
|
|
"futures-util", |
|
|
|
|
|
"lazy_static", |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"structopt", |
|
|
"structopt", |
|
|
|
|
|
"uuid", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
@@ -384,6 +482,26 @@ version = "1.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" |
|
|
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "pin-project" |
|
|
|
|
|
version = "0.4.15" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "3c50dab4a05419117fe00216df4731e387ae616cd2a5f5dda1d8b02d863ac63d" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"pin-project-internal", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "pin-project-internal" |
|
|
|
|
|
version = "0.4.15" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "6c27e5ac1d4c76777afd4d47b8fe9c602b44bcf6f999d34e300bba5560c9837b" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
"quote", |
|
|
|
|
|
"syn", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pin-project-lite" |
|
|
name = "pin-project-lite" |
|
|
version = "0.1.5" |
|
|
version = "0.1.5" |
|
|
@@ -396,6 +514,12 @@ version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "ppv-lite86" |
|
|
|
|
|
version = "0.2.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "proc-macro-error" |
|
|
name = "proc-macro-error" |
|
|
version = "1.0.2" |
|
|
version = "1.0.2" |
|
|
@@ -422,6 +546,18 @@ dependencies = [ |
|
|
"version_check", |
|
|
"version_check", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "proc-macro-hack" |
|
|
|
|
|
version = "0.5.15" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "proc-macro-nested" |
|
|
|
|
|
version = "0.1.4" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
name = "proc-macro2" |
|
|
version = "1.0.12" |
|
|
version = "1.0.12" |
|
|
@@ -440,6 +576,47 @@ dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rand" |
|
|
|
|
|
version = "0.7.3" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"getrandom", |
|
|
|
|
|
"libc", |
|
|
|
|
|
"rand_chacha", |
|
|
|
|
|
"rand_core", |
|
|
|
|
|
"rand_hc", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rand_chacha" |
|
|
|
|
|
version = "0.2.2" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"ppv-lite86", |
|
|
|
|
|
"rand_core", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rand_core" |
|
|
|
|
|
version = "0.5.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"getrandom", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rand_hc" |
|
|
|
|
|
version = "0.2.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"rand_core", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "ryu" |
|
|
name = "ryu" |
|
|
version = "1.0.4" |
|
|
version = "1.0.4" |
|
|
@@ -578,6 +755,15 @@ version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "uuid" |
|
|
|
|
|
version = "0.8.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"rand", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "vec_map" |
|
|
name = "vec_map" |
|
|
version = "0.8.2" |
|
|
version = "0.8.2" |
|
|
@@ -590,6 +776,12 @@ version = "0.9.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
|
|
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "wasi" |
|
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "winapi" |
|
|
name = "winapi" |
|
|
version = "0.2.8" |
|
|
version = "0.2.8" |
|
|
|