|
|
|
|
@ -44,9 +44,9 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
@@ -44,9 +44,9 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "arrayvec" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
version = "0.5.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "assign" |
|
|
|
|
@ -221,7 +221,7 @@ dependencies = [
@@ -221,7 +221,7 @@ dependencies = [
|
|
|
|
|
"reqwest", |
|
|
|
|
"ring", |
|
|
|
|
"rocket", |
|
|
|
|
"ruma", |
|
|
|
|
"ruma 0.0.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"rust-argon2", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
@ -273,11 +273,11 @@ checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
@@ -273,11 +273,11 @@ checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crc32fast" |
|
|
|
|
version = "1.2.0" |
|
|
|
|
version = "1.2.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
|
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -464,9 +464,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
@@ -464,9 +464,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e" |
|
|
|
|
checksum = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-channel", |
|
|
|
|
"futures-core", |
|
|
|
|
@ -479,9 +479,9 @@ dependencies = [
@@ -479,9 +479,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-channel" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74" |
|
|
|
|
checksum = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-sink", |
|
|
|
|
@ -489,15 +489,15 @@ dependencies = [
@@ -489,15 +489,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-core" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b" |
|
|
|
|
checksum = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-executor" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab" |
|
|
|
|
checksum = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-task", |
|
|
|
|
@ -506,15 +506,15 @@ dependencies = [
@@ -506,15 +506,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-io" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c" |
|
|
|
|
checksum = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-macro" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b" |
|
|
|
|
checksum = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro-hack", |
|
|
|
|
"proc-macro2", |
|
|
|
|
@ -524,24 +524,24 @@ dependencies = [
@@ -524,24 +524,24 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-sink" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd" |
|
|
|
|
checksum = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-task" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94" |
|
|
|
|
checksum = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"once_cell", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-util" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34" |
|
|
|
|
checksum = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-channel", |
|
|
|
|
"futures-core", |
|
|
|
|
@ -550,7 +550,7 @@ dependencies = [
@@ -550,7 +550,7 @@ dependencies = [
|
|
|
|
|
"futures-sink", |
|
|
|
|
"futures-task", |
|
|
|
|
"memchr", |
|
|
|
|
"pin-project", |
|
|
|
|
"pin-project 1.0.1", |
|
|
|
|
"pin-utils", |
|
|
|
|
"proc-macro-hack", |
|
|
|
|
"proc-macro-nested", |
|
|
|
|
@ -566,6 +566,19 @@ dependencies = [
@@ -566,6 +566,19 @@ dependencies = [
|
|
|
|
|
"byteorder", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "generator" |
|
|
|
|
version = "0.6.23" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc", |
|
|
|
|
"libc", |
|
|
|
|
"log", |
|
|
|
|
"rustc_version", |
|
|
|
|
"winapi 0.3.9", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "getrandom" |
|
|
|
|
version = "0.1.15" |
|
|
|
|
@ -601,9 +614,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
@@ -601,9 +614,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "h2" |
|
|
|
|
version = "0.2.6" |
|
|
|
|
version = "0.2.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53" |
|
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"fnv", |
|
|
|
|
@ -616,6 +629,7 @@ dependencies = [
@@ -616,6 +629,7 @@ dependencies = [
|
|
|
|
|
"tokio", |
|
|
|
|
"tokio-util", |
|
|
|
|
"tracing", |
|
|
|
|
"tracing-futures", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -702,7 +716,7 @@ dependencies = [
@@ -702,7 +716,7 @@ dependencies = [
|
|
|
|
|
"httparse", |
|
|
|
|
"httpdate", |
|
|
|
|
"itoa", |
|
|
|
|
"pin-project", |
|
|
|
|
"pin-project 0.4.27", |
|
|
|
|
"socket2", |
|
|
|
|
"tokio", |
|
|
|
|
"tower-service", |
|
|
|
|
@ -736,12 +750,13 @@ dependencies = [
@@ -736,12 +750,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "image" |
|
|
|
|
version = "0.23.10" |
|
|
|
|
version = "0.23.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "985fc06b1304d19c28d5c562ed78ef5316183f2b0053b46763a0b94862373c34" |
|
|
|
|
checksum = "b4f0a8345b33b082aedec2f4d7d4a926b845cee184cbe78b703413066564431b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytemuck", |
|
|
|
|
"byteorder", |
|
|
|
|
"color_quant", |
|
|
|
|
"gif", |
|
|
|
|
"jpeg-decoder", |
|
|
|
|
"num-iter", |
|
|
|
|
@ -768,11 +783,11 @@ checksum = "cb6ee2a7da03bfc3b66ca47c92c2e392fcc053ea040a85561749b026f7aad09a"
@@ -768,11 +783,11 @@ checksum = "cb6ee2a7da03bfc3b66ca47c92c2e392fcc053ea040a85561749b026f7aad09a"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "instant" |
|
|
|
|
version = "0.1.7" |
|
|
|
|
version = "0.1.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" |
|
|
|
|
checksum = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -862,9 +877,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
@@ -862,9 +877,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libc" |
|
|
|
|
version = "0.2.79" |
|
|
|
|
version = "0.2.80" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" |
|
|
|
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "linked-hash-map" |
|
|
|
|
@ -890,6 +905,19 @@ dependencies = [
@@ -890,6 +905,19 @@ dependencies = [
|
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[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]] |
|
|
|
|
name = "lru-cache" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
@ -1218,7 +1246,16 @@ version = "0.4.27"
@@ -1218,7 +1246,16 @@ version = "0.4.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" |
|
|
|
|
dependencies = [ |
|
|
|
|
"pin-project-internal", |
|
|
|
|
"pin-project-internal 0.4.27", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pin-project" |
|
|
|
|
version = "1.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841" |
|
|
|
|
dependencies = [ |
|
|
|
|
"pin-project-internal 1.0.1", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -1232,11 +1269,22 @@ dependencies = [
@@ -1232,11 +1269,22 @@ dependencies = [
|
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pin-project-internal" |
|
|
|
|
version = "1.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pin-project-lite" |
|
|
|
|
version = "0.1.10" |
|
|
|
|
version = "0.1.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e555d9e657502182ac97b539fb3dae8b79cda19e3e4f8ffb5e8de4f18df93c95" |
|
|
|
|
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pin-utils" |
|
|
|
|
@ -1559,38 +1607,88 @@ dependencies = [
@@ -1559,38 +1607,88 @@ dependencies = [
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma" |
|
|
|
|
version = "0.0.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"assign", |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-appservice-api 0.2.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-client-api 0.10.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-federation-api 0.0.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-signatures 0.6.0-dev.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma" |
|
|
|
|
version = "0.0.1" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"assign", |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-appservice-api 0.2.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-client-api 0.10.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-federation-api 0.0.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-signatures 0.6.0-dev.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-api" |
|
|
|
|
version = "0.17.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ruma-api", |
|
|
|
|
"ruma-appservice-api", |
|
|
|
|
"ruma-client-api", |
|
|
|
|
"ruma-common", |
|
|
|
|
"ruma-events", |
|
|
|
|
"ruma-federation-api", |
|
|
|
|
"ruma-identifiers", |
|
|
|
|
"ruma-serde", |
|
|
|
|
"ruma-signatures", |
|
|
|
|
"http", |
|
|
|
|
"percent-encoding", |
|
|
|
|
"ruma-api-macros 0.17.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
"thiserror", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-api" |
|
|
|
|
version = "0.17.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"http", |
|
|
|
|
"percent-encoding", |
|
|
|
|
"ruma-api-macros", |
|
|
|
|
"ruma-identifiers", |
|
|
|
|
"ruma-serde", |
|
|
|
|
"ruma-api-macros 0.17.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
"thiserror", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-api-macros" |
|
|
|
|
version = "0.17.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro-crate", |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-api-macros" |
|
|
|
|
version = "0.17.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro-crate", |
|
|
|
|
"proc-macro2", |
|
|
|
|
@ -1601,30 +1699,78 @@ dependencies = [
@@ -1601,30 +1699,78 @@ dependencies = [
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-appservice-api" |
|
|
|
|
version = "0.2.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-appservice-api" |
|
|
|
|
version = "0.2.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ruma-api", |
|
|
|
|
"ruma-common", |
|
|
|
|
"ruma-events", |
|
|
|
|
"ruma-identifiers", |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-client-api" |
|
|
|
|
version = "0.10.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"assign", |
|
|
|
|
"http", |
|
|
|
|
"js_int", |
|
|
|
|
"maplit", |
|
|
|
|
"percent-encoding", |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-client-api" |
|
|
|
|
version = "0.10.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"assign", |
|
|
|
|
"http", |
|
|
|
|
"js_int", |
|
|
|
|
"maplit", |
|
|
|
|
"percent-encoding", |
|
|
|
|
"ruma-api", |
|
|
|
|
"ruma-common", |
|
|
|
|
"ruma-events", |
|
|
|
|
"ruma-identifiers", |
|
|
|
|
"ruma-serde", |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-common" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-common-macros 0.2.0 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
@ -1633,36 +1779,84 @@ dependencies = [
@@ -1633,36 +1779,84 @@ dependencies = [
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-common" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-api", |
|
|
|
|
"ruma-identifiers", |
|
|
|
|
"ruma-serde", |
|
|
|
|
"ruma-common-macros 0.2.0 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-common-macros" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro-crate", |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-common-macros" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro-crate", |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-events" |
|
|
|
|
version = "0.22.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-common", |
|
|
|
|
"ruma-events-macros", |
|
|
|
|
"ruma-identifiers", |
|
|
|
|
"ruma-serde", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-events-macros 0.22.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-events" |
|
|
|
|
version = "0.22.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-events-macros 0.22.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-events-macros" |
|
|
|
|
version = "0.22.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro-crate", |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-events-macros" |
|
|
|
|
version = "0.22.0-alpha.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro-crate", |
|
|
|
|
"proc-macro2", |
|
|
|
|
@ -1673,14 +1867,29 @@ dependencies = [
@@ -1673,14 +1867,29 @@ dependencies = [
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-federation-api" |
|
|
|
|
version = "0.0.3" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-api", |
|
|
|
|
"ruma-common", |
|
|
|
|
"ruma-events", |
|
|
|
|
"ruma-identifiers", |
|
|
|
|
"ruma-serde", |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-federation-api" |
|
|
|
|
version = "0.0.3" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"js_int", |
|
|
|
|
"ruma-api 0.17.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-common 0.2.0 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-events 0.22.0-alpha.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
] |
|
|
|
|
@ -1688,11 +1897,24 @@ dependencies = [
@@ -1688,11 +1897,24 @@ dependencies = [
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-identifiers" |
|
|
|
|
version = "0.17.4" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ruma-identifiers-macros 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-identifiers-validation 0.1.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-identifiers" |
|
|
|
|
version = "0.17.4" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"rand", |
|
|
|
|
"ruma-identifiers-macros", |
|
|
|
|
"ruma-identifiers-validation", |
|
|
|
|
"ruma-identifiers-macros 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-identifiers-validation 0.1.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
@ -1700,27 +1922,59 @@ dependencies = [
@@ -1700,27 +1922,59 @@ dependencies = [
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-identifiers-macros" |
|
|
|
|
version = "0.17.4" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"ruma-identifiers-validation 0.1.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-identifiers-macros" |
|
|
|
|
version = "0.17.4" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"ruma-identifiers-validation", |
|
|
|
|
"ruma-identifiers-validation 0.1.1 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-identifiers-validation" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-identifiers-validation" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde", |
|
|
|
|
"strum", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-serde" |
|
|
|
|
version = "0.2.3" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"form_urlencoded", |
|
|
|
|
"itoa", |
|
|
|
|
"js_int", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-serde" |
|
|
|
|
version = "0.2.3" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"form_urlencoded", |
|
|
|
|
"itoa", |
|
|
|
|
@ -1732,10 +1986,25 @@ dependencies = [
@@ -1732,10 +1986,25 @@ dependencies = [
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-signatures" |
|
|
|
|
version = "0.6.0-dev.1" |
|
|
|
|
source = "git+https://github.com/timokoesters/ruma?branch=timo-fed-fixes#47fab87325b71b7f6c2fb3cd276d1f813e42abf7" |
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889#c15382ca41262058302959eac4029ab4a1ea5889" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64", |
|
|
|
|
"ring", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde_json", |
|
|
|
|
"untrusted", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ruma-signatures" |
|
|
|
|
version = "0.6.0-dev.1" |
|
|
|
|
source = "git+https://github.com/DevinR528/ruma?branch=unstable-join#424b138d84ccc47c0b212708a54f66bf88f7d57a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64", |
|
|
|
|
"ring", |
|
|
|
|
"ruma-identifiers 0.17.4 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"ruma-serde 0.2.3 (git+https://github.com/DevinR528/ruma?branch=unstable-join)", |
|
|
|
|
"serde_json", |
|
|
|
|
"untrusted", |
|
|
|
|
] |
|
|
|
|
@ -1754,9 +2023,9 @@ dependencies = [
@@ -1754,9 +2023,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustc-demangle" |
|
|
|
|
version = "0.1.17" |
|
|
|
|
version = "0.1.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b" |
|
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustc_version" |
|
|
|
|
@ -1796,6 +2065,12 @@ dependencies = [
@@ -1796,6 +2065,12 @@ dependencies = [
|
|
|
|
|
"winapi 0.3.9", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "scoped-tls" |
|
|
|
|
version = "1.0.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "scopeguard" |
|
|
|
|
version = "1.1.0" |
|
|
|
|
@ -1901,11 +2176,12 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
@@ -1901,11 +2176,12 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "sharded-slab" |
|
|
|
|
version = "0.0.9" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e" |
|
|
|
|
checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127" |
|
|
|
|
dependencies = [ |
|
|
|
|
"lazy_static", |
|
|
|
|
"loom", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -1982,12 +2258,11 @@ checksum = "7345c971d1ef21ffdbd103a75990a15eb03604fc8b8852ca8cb418ee1a099028"
@@ -1982,12 +2258,11 @@ checksum = "7345c971d1ef21ffdbd103a75990a15eb03604fc8b8852ca8cb418ee1a099028"
|
|
|
|
|
[[package]] |
|
|
|
|
name = "state-res" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
source = "git+https://github.com/timokoesters/state-res?branch=spec-comp#a7d76935f12757aecfee305838069c9bcbe7d34a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"itertools", |
|
|
|
|
"js_int", |
|
|
|
|
"maplit", |
|
|
|
|
"ruma", |
|
|
|
|
"ruma 0.0.1 (git+https://github.com/ruma/ruma?rev=c15382ca41262058302959eac4029ab4a1ea5889)", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"thiserror", |
|
|
|
|
@ -2067,9 +2342,9 @@ dependencies = [
@@ -2067,9 +2342,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "syn" |
|
|
|
|
version = "1.0.44" |
|
|
|
|
version = "1.0.48" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd" |
|
|
|
|
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
@ -2292,6 +2567,16 @@ dependencies = [
@@ -2292,6 +2567,16 @@ dependencies = [
|
|
|
|
|
"lazy_static", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tracing-futures" |
|
|
|
|
version = "0.2.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"pin-project 0.4.27", |
|
|
|
|
"tracing", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tracing-log" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
@ -2315,9 +2600,9 @@ dependencies = [
@@ -2315,9 +2600,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tracing-subscriber" |
|
|
|
|
version = "0.2.13" |
|
|
|
|
version = "0.2.14" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4ef0a5e15477aa303afbfac3a44cba9b6430fdaad52423b1e6c0dbbe28c3eedd" |
|
|
|
|
checksum = "2810660b9d5b18895d140caba6401765749a6a162e5d0736cfc44ea50db9d79d" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ansi_term", |
|
|
|
|
"chrono", |
|
|
|
|
@ -2561,9 +2846,9 @@ dependencies = [
@@ -2561,9 +2846,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "weezl" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e0e26e7a4d998e3d7949c69444b8b4916bac810da0d3a82ae612c89e952782f4" |
|
|
|
|
checksum = "8795d6e0e17485803cc10ef126bb8c0d59b7c61b219d66cfe0b3216dd0e8580a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "widestring" |
|
|
|
|
|