|
|
|
@ -44,9 +44,9 @@ checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "async-trait" |
|
|
|
name = "async-trait" |
|
|
|
version = "0.1.48" |
|
|
|
version = "0.1.50" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf" |
|
|
|
checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
@ -153,6 +153,12 @@ dependencies = [ |
|
|
|
"jobserver", |
|
|
|
"jobserver", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "cfg-if" |
|
|
|
|
|
|
|
version = "0.1.10" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
name = "cfg-if" |
|
|
|
version = "1.0.0" |
|
|
|
version = "1.0.0" |
|
|
|
@ -183,6 +189,7 @@ name = "conduit" |
|
|
|
version = "0.1.0" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"base64 0.13.0", |
|
|
|
"base64 0.13.0", |
|
|
|
|
|
|
|
"bytes", |
|
|
|
"directories", |
|
|
|
"directories", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"image", |
|
|
|
"image", |
|
|
|
@ -216,9 +223,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "const_fn" |
|
|
|
name = "const_fn" |
|
|
|
version = "0.4.6" |
|
|
|
version = "0.4.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "076a6803b0dacd6a88cfe64deba628b01533ff5ef265687e6938280c1afd0a28" |
|
|
|
checksum = "402da840495de3f976eaefc3485b7f5eb5b0bf9761f9a47be27fe975b3b8c2ec" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "constant_time_eq" |
|
|
|
name = "constant_time_eq" |
|
|
|
@ -226,10 +233,17 @@ 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 = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "convert_case" |
|
|
|
|
|
|
|
version = "0.4.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "cookie" |
|
|
|
name = "cookie" |
|
|
|
version = "0.15.0-dev" |
|
|
|
version = "0.15.0" |
|
|
|
source = "git+https://github.com/SergioBenitez/cookie-rs.git?rev=1c3ca83#1c3ca838543b60a4448d279dc4b903cc7a2bc22a" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ffdf8865bac3d9a3bde5bde9088ca431b11f5d37c7a578b8086af77248b76627" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"percent-encoding", |
|
|
|
"percent-encoding", |
|
|
|
"time 0.2.26", |
|
|
|
"time 0.2.26", |
|
|
|
@ -258,7 +272,7 @@ version = "1.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
@ -267,7 +281,7 @@ version = "0.9.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12" |
|
|
|
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"crossbeam-utils", |
|
|
|
"crossbeam-utils", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
"memoffset", |
|
|
|
"memoffset", |
|
|
|
@ -281,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" |
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"autocfg", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
@ -301,10 +315,22 @@ dependencies = [ |
|
|
|
"byteorder", |
|
|
|
"byteorder", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "derive_more" |
|
|
|
|
|
|
|
version = "0.99.13" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "f82b1b72f1263f214c0f823371768776c4f5841b942c9883aa8e5ec584fd0ba6" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"convert_case", |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "devise" |
|
|
|
name = "devise" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.3.0" |
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=3648468#3648468a9ede9ca896cd35bc1eb818c7a9fb3047" |
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=df00b5#df00b5162edd53e8d496e7935774e69b5f7f6bdf" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"devise_codegen", |
|
|
|
"devise_codegen", |
|
|
|
"devise_core", |
|
|
|
"devise_core", |
|
|
|
@ -313,7 +339,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "devise_codegen" |
|
|
|
name = "devise_codegen" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.3.0" |
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=3648468#3648468a9ede9ca896cd35bc1eb818c7a9fb3047" |
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=df00b5#df00b5162edd53e8d496e7935774e69b5f7f6bdf" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"devise_core", |
|
|
|
"devise_core", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
@ -322,7 +348,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "devise_core" |
|
|
|
name = "devise_core" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.3.0" |
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=3648468#3648468a9ede9ca896cd35bc1eb818c7a9fb3047" |
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=df00b5#df00b5162edd53e8d496e7935774e69b5f7f6bdf" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"bitflags", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
@ -375,7 +401,7 @@ version = "0.8.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" |
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
@ -544,13 +570,26 @@ dependencies = [ |
|
|
|
"byteorder", |
|
|
|
"byteorder", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "generator" |
|
|
|
|
|
|
|
version = "0.6.25" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cc", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"log", |
|
|
|
|
|
|
|
"rustversion", |
|
|
|
|
|
|
|
"winapi", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "getrandom" |
|
|
|
name = "getrandom" |
|
|
|
version = "0.1.16" |
|
|
|
version = "0.1.16" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -561,7 +600,7 @@ version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" |
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1", |
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -660,15 +699,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "httparse" |
|
|
|
name = "httparse" |
|
|
|
version = "1.3.6" |
|
|
|
version = "1.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bc35c995b9d93ec174cf9a27d425c7892722101e14993cd227fdb51d70cf9589" |
|
|
|
checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "httpdate" |
|
|
|
name = "httpdate" |
|
|
|
version = "0.3.2" |
|
|
|
version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" |
|
|
|
checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "humantime" |
|
|
|
name = "humantime" |
|
|
|
@ -681,9 +720,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "hyper" |
|
|
|
name = "hyper" |
|
|
|
version = "0.14.5" |
|
|
|
version = "0.14.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1" |
|
|
|
checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
"futures-channel", |
|
|
|
"futures-channel", |
|
|
|
@ -720,9 +759,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "idna" |
|
|
|
name = "idna" |
|
|
|
version = "0.2.2" |
|
|
|
version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" |
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"matches", |
|
|
|
"matches", |
|
|
|
"unicode-bidi", |
|
|
|
"unicode-bidi", |
|
|
|
@ -769,7 +808,7 @@ version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" |
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
@ -822,9 +861,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "jobserver" |
|
|
|
name = "jobserver" |
|
|
|
version = "0.1.21" |
|
|
|
version = "0.1.22" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
|
|
|
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -900,7 +939,20 @@ version = "0.4.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "loom" |
|
|
|
|
|
|
|
version = "0.3.6" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
|
|
|
"generator", |
|
|
|
|
|
|
|
"scoped-tls", |
|
|
|
|
|
|
|
"serde", |
|
|
|
|
|
|
|
"serde_json", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
@ -991,6 +1043,25 @@ dependencies = [ |
|
|
|
"winapi", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "multer" |
|
|
|
|
|
|
|
version = "1.2.2" |
|
|
|
|
|
|
|
source = "git+https://github.com/rousan/multer-rs.git?rev=7e4f0c5f#7e4f0c5fe14e4c531f503922bfe04f68b32ddf17" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bytes", |
|
|
|
|
|
|
|
"derive_more", |
|
|
|
|
|
|
|
"encoding_rs", |
|
|
|
|
|
|
|
"futures-util", |
|
|
|
|
|
|
|
"http", |
|
|
|
|
|
|
|
"httparse", |
|
|
|
|
|
|
|
"log", |
|
|
|
|
|
|
|
"mime", |
|
|
|
|
|
|
|
"tokio", |
|
|
|
|
|
|
|
"tokio-util", |
|
|
|
|
|
|
|
"twoway", |
|
|
|
|
|
|
|
"version_check", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ntapi" |
|
|
|
name = "ntapi" |
|
|
|
version = "0.3.6" |
|
|
|
version = "0.3.6" |
|
|
|
@ -1129,10 +1200,10 @@ version = "0.8.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" |
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"instant", |
|
|
|
"instant", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"redox_syscall 0.2.5", |
|
|
|
"redox_syscall 0.2.6", |
|
|
|
"smallvec", |
|
|
|
"smallvec", |
|
|
|
"winapi", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -1185,18 +1256,18 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "pin-project" |
|
|
|
name = "pin-project" |
|
|
|
version = "1.0.6" |
|
|
|
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 = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6" |
|
|
|
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"pin-project-internal", |
|
|
|
"pin-project-internal", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "pin-project-internal" |
|
|
|
name = "pin-project-internal" |
|
|
|
version = "1.0.6" |
|
|
|
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 = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5" |
|
|
|
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
@ -1350,9 +1421,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "redox_syscall" |
|
|
|
name = "redox_syscall" |
|
|
|
version = "0.2.5" |
|
|
|
version = "0.2.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" |
|
|
|
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"bitflags", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -1390,9 +1461,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
name = "regex" |
|
|
|
version = "1.4.5" |
|
|
|
version = "1.4.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" |
|
|
|
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick", |
|
|
|
"aho-corasick", |
|
|
|
"memchr", |
|
|
|
"memchr", |
|
|
|
@ -1415,6 +1486,15 @@ version = "0.6.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" |
|
|
|
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "remove_dir_all" |
|
|
|
|
|
|
|
version = "0.5.3" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"winapi", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "reqwest" |
|
|
|
name = "reqwest" |
|
|
|
version = "0.11.3" |
|
|
|
version = "0.11.3" |
|
|
|
@ -1478,27 +1558,33 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rocket" |
|
|
|
name = "rocket" |
|
|
|
version = "0.5.0-dev" |
|
|
|
version = "0.5.0-dev" |
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket.git?rev=93e62c86eddf7cc9a7fc40b044182f83f0d7d92a#93e62c86eddf7cc9a7fc40b044182f83f0d7d92a" |
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket.git?rev=801e04bd5369eb39e126c75f6d11e1e9597304d8#801e04bd5369eb39e126c75f6d11e1e9597304d8" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"async-trait", |
|
|
|
"atomic", |
|
|
|
"atomic", |
|
|
|
"atty", |
|
|
|
"atty", |
|
|
|
"binascii", |
|
|
|
"binascii", |
|
|
|
|
|
|
|
"bytes", |
|
|
|
"either", |
|
|
|
"either", |
|
|
|
"figment", |
|
|
|
"figment", |
|
|
|
"futures", |
|
|
|
"futures", |
|
|
|
|
|
|
|
"indexmap", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
"memchr", |
|
|
|
"memchr", |
|
|
|
|
|
|
|
"multer", |
|
|
|
"num_cpus", |
|
|
|
"num_cpus", |
|
|
|
"parking_lot", |
|
|
|
"parking_lot", |
|
|
|
|
|
|
|
"pin-project-lite", |
|
|
|
"rand", |
|
|
|
"rand", |
|
|
|
"ref-cast", |
|
|
|
"ref-cast", |
|
|
|
"rocket_codegen", |
|
|
|
"rocket_codegen", |
|
|
|
"rocket_http", |
|
|
|
"rocket_http", |
|
|
|
"serde", |
|
|
|
"serde", |
|
|
|
"state", |
|
|
|
"state", |
|
|
|
|
|
|
|
"tempfile", |
|
|
|
"time 0.2.26", |
|
|
|
"time 0.2.26", |
|
|
|
"tokio", |
|
|
|
"tokio", |
|
|
|
|
|
|
|
"tokio-util", |
|
|
|
"ubyte", |
|
|
|
"ubyte", |
|
|
|
"version_check", |
|
|
|
"version_check", |
|
|
|
"yansi", |
|
|
|
"yansi", |
|
|
|
@ -1507,19 +1593,20 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rocket_codegen" |
|
|
|
name = "rocket_codegen" |
|
|
|
version = "0.5.0-dev" |
|
|
|
version = "0.5.0-dev" |
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket.git?rev=93e62c86eddf7cc9a7fc40b044182f83f0d7d92a#93e62c86eddf7cc9a7fc40b044182f83f0d7d92a" |
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket.git?rev=801e04bd5369eb39e126c75f6d11e1e9597304d8#801e04bd5369eb39e126c75f6d11e1e9597304d8" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"devise", |
|
|
|
"devise", |
|
|
|
"glob", |
|
|
|
"glob", |
|
|
|
"indexmap", |
|
|
|
"indexmap", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
"rocket_http", |
|
|
|
"rocket_http", |
|
|
|
|
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rocket_http" |
|
|
|
name = "rocket_http" |
|
|
|
version = "0.5.0-dev" |
|
|
|
version = "0.5.0-dev" |
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket.git?rev=93e62c86eddf7cc9a7fc40b044182f83f0d7d92a#93e62c86eddf7cc9a7fc40b044182f83f0d7d92a" |
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket.git?rev=801e04bd5369eb39e126c75f6d11e1e9597304d8#801e04bd5369eb39e126c75f6d11e1e9597304d8" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cookie", |
|
|
|
"cookie", |
|
|
|
"either", |
|
|
|
"either", |
|
|
|
@ -1527,26 +1614,27 @@ dependencies = [ |
|
|
|
"hyper", |
|
|
|
"hyper", |
|
|
|
"indexmap", |
|
|
|
"indexmap", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
|
|
|
|
"memchr", |
|
|
|
"mime", |
|
|
|
"mime", |
|
|
|
"parking_lot", |
|
|
|
"parking_lot", |
|
|
|
"pear", |
|
|
|
"pear", |
|
|
|
"percent-encoding", |
|
|
|
"percent-encoding", |
|
|
|
"pin-project-lite", |
|
|
|
"pin-project-lite", |
|
|
|
"ref-cast", |
|
|
|
"ref-cast", |
|
|
|
|
|
|
|
"serde", |
|
|
|
"smallvec", |
|
|
|
"smallvec", |
|
|
|
|
|
|
|
"stable-pattern", |
|
|
|
"state", |
|
|
|
"state", |
|
|
|
"time 0.2.26", |
|
|
|
"time 0.2.26", |
|
|
|
"tokio", |
|
|
|
"tokio", |
|
|
|
"tokio-rustls", |
|
|
|
"tokio-rustls", |
|
|
|
"uncased", |
|
|
|
"uncased", |
|
|
|
"unicode-xid", |
|
|
|
|
|
|
|
"version_check", |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma" |
|
|
|
name = "ruma" |
|
|
|
version = "0.0.2" |
|
|
|
version = "0.0.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"assign", |
|
|
|
"assign", |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
@ -1565,9 +1653,10 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-api" |
|
|
|
name = "ruma-api" |
|
|
|
version = "0.17.0-alpha.2" |
|
|
|
version = "0.17.0-alpha.4" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bytes", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"percent-encoding", |
|
|
|
"percent-encoding", |
|
|
|
"ruma-api-macros", |
|
|
|
"ruma-api-macros", |
|
|
|
@ -1580,8 +1669,8 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-api-macros" |
|
|
|
name = "ruma-api-macros" |
|
|
|
version = "0.17.0-alpha.2" |
|
|
|
version = "0.17.0-alpha.4" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
@ -1591,8 +1680,8 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-appservice-api" |
|
|
|
name = "ruma-appservice-api" |
|
|
|
version = "0.2.0-alpha.2" |
|
|
|
version = "0.2.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
"ruma-common", |
|
|
|
"ruma-common", |
|
|
|
@ -1605,10 +1694,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-client-api" |
|
|
|
name = "ruma-client-api" |
|
|
|
version = "0.10.0-alpha.2" |
|
|
|
version = "0.10.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"assign", |
|
|
|
"assign", |
|
|
|
|
|
|
|
"bytes", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"maplit", |
|
|
|
"maplit", |
|
|
|
@ -1624,8 +1714,8 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-common" |
|
|
|
name = "ruma-common" |
|
|
|
version = "0.4.0" |
|
|
|
version = "0.5.0" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"indexmap", |
|
|
|
"indexmap", |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
@ -1640,8 +1730,8 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-events" |
|
|
|
name = "ruma-events" |
|
|
|
version = "0.22.0-alpha.2" |
|
|
|
version = "0.22.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"ruma-common", |
|
|
|
"ruma-common", |
|
|
|
@ -1654,8 +1744,8 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-events-macros" |
|
|
|
name = "ruma-events-macros" |
|
|
|
version = "0.22.0-alpha.2" |
|
|
|
version = "0.22.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
@ -1665,8 +1755,8 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-federation-api" |
|
|
|
name = "ruma-federation-api" |
|
|
|
version = "0.1.0-alpha.1" |
|
|
|
version = "0.1.0-alpha.2" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
@ -1681,7 +1771,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-identifiers" |
|
|
|
name = "ruma-identifiers" |
|
|
|
version = "0.19.0" |
|
|
|
version = "0.19.0" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"paste", |
|
|
|
"paste", |
|
|
|
"rand", |
|
|
|
"rand", |
|
|
|
@ -1695,7 +1785,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-identifiers-macros" |
|
|
|
name = "ruma-identifiers-macros" |
|
|
|
version = "0.19.0" |
|
|
|
version = "0.19.0" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
@ -1705,13 +1795,13 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-identifiers-validation" |
|
|
|
name = "ruma-identifiers-validation" |
|
|
|
version = "0.2.3" |
|
|
|
version = "0.3.0" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-identity-service-api" |
|
|
|
name = "ruma-identity-service-api" |
|
|
|
version = "0.0.1" |
|
|
|
version = "0.1.0-alpha.1" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
"ruma-common", |
|
|
|
"ruma-common", |
|
|
|
@ -1723,8 +1813,8 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-push-gateway-api" |
|
|
|
name = "ruma-push-gateway-api" |
|
|
|
version = "0.0.1" |
|
|
|
version = "0.1.0-alpha.1" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
@ -1739,8 +1829,9 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-serde" |
|
|
|
name = "ruma-serde" |
|
|
|
version = "0.3.1" |
|
|
|
version = "0.3.1" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bytes", |
|
|
|
"form_urlencoded", |
|
|
|
"form_urlencoded", |
|
|
|
"itoa", |
|
|
|
"itoa", |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
@ -1752,7 +1843,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-serde-macros" |
|
|
|
name = "ruma-serde-macros" |
|
|
|
version = "0.3.1" |
|
|
|
version = "0.3.1" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
@ -1763,7 +1854,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-signatures" |
|
|
|
name = "ruma-signatures" |
|
|
|
version = "0.7.0" |
|
|
|
version = "0.7.0" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c1693569f15920e408aa6a26b7f3cc7fc6693a63#c1693569f15920e408aa6a26b7f3cc7fc6693a63" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88#12ec0fb1680ebc4fec4fbefbbd0890ae4eaf3a88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"base64 0.13.0", |
|
|
|
"base64 0.13.0", |
|
|
|
"ring", |
|
|
|
"ring", |
|
|
|
@ -1796,9 +1887,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rustls" |
|
|
|
name = "rustls" |
|
|
|
version = "0.19.0" |
|
|
|
version = "0.19.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b" |
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"base64 0.13.0", |
|
|
|
"base64 0.13.0", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
@ -1819,6 +1910,12 @@ dependencies = [ |
|
|
|
"security-framework", |
|
|
|
"security-framework", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "rustversion" |
|
|
|
|
|
|
|
version = "1.0.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ryu" |
|
|
|
name = "ryu" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.5" |
|
|
|
@ -1835,6 +1932,12 @@ dependencies = [ |
|
|
|
"winapi", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "scoped-tls" |
|
|
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "scopeguard" |
|
|
|
name = "scopeguard" |
|
|
|
version = "1.1.0" |
|
|
|
version = "1.1.0" |
|
|
|
@ -1981,9 +2084,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "slab" |
|
|
|
name = "slab" |
|
|
|
version = "0.4.2" |
|
|
|
version = "0.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
|
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "sled" |
|
|
|
name = "sled" |
|
|
|
@ -2014,7 +2117,7 @@ version = "0.3.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" |
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"winapi", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -2035,6 +2138,15 @@ version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "stable-pattern" |
|
|
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"memchr", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "standback" |
|
|
|
name = "standback" |
|
|
|
version = "0.2.17" |
|
|
|
version = "0.2.17" |
|
|
|
@ -2047,13 +2159,15 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "state" |
|
|
|
name = "state" |
|
|
|
version = "0.4.2" |
|
|
|
version = "0.4.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "git+https://github.com/SergioBenitez/state.git?rev=8f94dc#8f94dce673b7d4b0e7b96c808a84f5e2a4be4a60" |
|
|
|
checksum = "3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483" |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"loom", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "state-res" |
|
|
|
name = "state-res" |
|
|
|
version = "0.1.0" |
|
|
|
version = "0.1.0" |
|
|
|
source = "git+https://github.com/ruma/state-res?rev=4516d73e8c7495330619bfb5b42c3bbf704293d8#4516d73e8c7495330619bfb5b42c3bbf704293d8" |
|
|
|
source = "git+https://github.com/ruma/state-res?rev=1dd252d1c97a38def74bc097c197a33179ed8fbb#1dd252d1c97a38def74bc097c197a33179ed8fbb" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"itertools 0.10.0", |
|
|
|
"itertools 0.10.0", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
@ -2115,15 +2229,29 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
name = "syn" |
|
|
|
version = "1.0.69" |
|
|
|
version = "1.0.70" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb" |
|
|
|
checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
"unicode-xid", |
|
|
|
"unicode-xid", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "tempfile" |
|
|
|
|
|
|
|
version = "3.2.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"rand", |
|
|
|
|
|
|
|
"redox_syscall 0.2.6", |
|
|
|
|
|
|
|
"remove_dir_all", |
|
|
|
|
|
|
|
"winapi", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "termcolor" |
|
|
|
name = "termcolor" |
|
|
|
version = "1.1.2" |
|
|
|
version = "1.1.2" |
|
|
|
@ -2323,7 +2451,7 @@ version = "0.1.25" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" |
|
|
|
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"pin-project-lite", |
|
|
|
"pin-project-lite", |
|
|
|
"tracing-attributes", |
|
|
|
"tracing-attributes", |
|
|
|
"tracing-core", |
|
|
|
"tracing-core", |
|
|
|
@ -2407,12 +2535,12 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "trust-dns-proto" |
|
|
|
name = "trust-dns-proto" |
|
|
|
version = "0.20.1" |
|
|
|
version = "0.20.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c" |
|
|
|
checksum = "952a078337565ba39007de99b151770f41039253a31846f0a3d5cd5a4ac8eedf" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"async-trait", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"data-encoding", |
|
|
|
"data-encoding", |
|
|
|
"enum-as-inner", |
|
|
|
"enum-as-inner", |
|
|
|
"futures-channel", |
|
|
|
"futures-channel", |
|
|
|
@ -2432,11 +2560,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "trust-dns-resolver" |
|
|
|
name = "trust-dns-resolver" |
|
|
|
version = "0.20.1" |
|
|
|
version = "0.20.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae" |
|
|
|
checksum = "da9c97f7d103e0f94dbe384a57908833505ae5870126492f166821b7cf685589" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"futures-util", |
|
|
|
"futures-util", |
|
|
|
"ipconfig", |
|
|
|
"ipconfig", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
@ -2456,6 +2584,16 @@ version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "twoway" |
|
|
|
|
|
|
|
version = "0.2.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"memchr", |
|
|
|
|
|
|
|
"unchecked-index", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ubyte" |
|
|
|
name = "ubyte" |
|
|
|
version = "0.10.1" |
|
|
|
version = "0.10.1" |
|
|
|
@ -2471,9 +2609,16 @@ version = "0.9.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0" |
|
|
|
checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"serde", |
|
|
|
"version_check", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "unchecked-index" |
|
|
|
|
|
|
|
version = "0.2.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "unicode-bidi" |
|
|
|
name = "unicode-bidi" |
|
|
|
version = "0.3.5" |
|
|
|
version = "0.3.5" |
|
|
|
@ -2556,7 +2701,7 @@ version = "0.2.73" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" |
|
|
|
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"serde", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
"serde_json", |
|
|
|
"wasm-bindgen-macro", |
|
|
|
"wasm-bindgen-macro", |
|
|
|
@ -2583,7 +2728,7 @@ version = "0.4.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea" |
|
|
|
checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"js-sys", |
|
|
|
"js-sys", |
|
|
|
"wasm-bindgen", |
|
|
|
"wasm-bindgen", |
|
|
|
"web-sys", |
|
|
|
"web-sys", |
|
|
|
@ -2640,9 +2785,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "weezl" |
|
|
|
name = "weezl" |
|
|
|
version = "0.1.4" |
|
|
|
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 = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c" |
|
|
|
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "widestring" |
|
|
|
name = "widestring" |
|
|
|
|