|
|
|
@ -42,6 +42,27 @@ version = "1.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" |
|
|
|
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "async-stream" |
|
|
|
|
|
|
|
version = "0.3.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "0a26cb53174ddd320edfff199a853f93d571f48eeb4dde75e67a9a3dbb7b7e5e" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"async-stream-impl", |
|
|
|
|
|
|
|
"futures-core", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "async-stream-impl" |
|
|
|
|
|
|
|
version = "0.3.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "db134ba52475c060f3329a8ef0f8786d6b872ed01515d4b79c162e5798da1340" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "async-trait" |
|
|
|
name = "async-trait" |
|
|
|
version = "0.1.50" |
|
|
|
version = "0.1.50" |
|
|
|
@ -1634,12 +1655,13 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma" |
|
|
|
name = "ruma" |
|
|
|
version = "0.0.3" |
|
|
|
version = "0.0.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"assign", |
|
|
|
"assign", |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
"ruma-appservice-api", |
|
|
|
"ruma-appservice-api", |
|
|
|
|
|
|
|
"ruma-client", |
|
|
|
"ruma-client-api", |
|
|
|
"ruma-client-api", |
|
|
|
"ruma-common", |
|
|
|
"ruma-common", |
|
|
|
"ruma-events", |
|
|
|
"ruma-events", |
|
|
|
@ -1654,7 +1676,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-api" |
|
|
|
name = "ruma-api" |
|
|
|
version = "0.17.0-alpha.4" |
|
|
|
version = "0.17.0-alpha.4" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
@ -1670,7 +1692,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-api-macros" |
|
|
|
name = "ruma-api-macros" |
|
|
|
version = "0.17.0-alpha.4" |
|
|
|
version = "0.17.0-alpha.4" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
@ -1681,8 +1703,29 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-appservice-api" |
|
|
|
name = "ruma-appservice-api" |
|
|
|
version = "0.2.0-alpha.3" |
|
|
|
version = "0.2.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"ruma-api", |
|
|
|
|
|
|
|
"ruma-common", |
|
|
|
|
|
|
|
"ruma-events", |
|
|
|
|
|
|
|
"ruma-identifiers", |
|
|
|
|
|
|
|
"ruma-serde", |
|
|
|
|
|
|
|
"serde", |
|
|
|
|
|
|
|
"serde_json", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "ruma-client" |
|
|
|
|
|
|
|
version = "0.5.0-alpha.2" |
|
|
|
|
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"assign", |
|
|
|
|
|
|
|
"async-stream", |
|
|
|
|
|
|
|
"async-trait", |
|
|
|
|
|
|
|
"bytes", |
|
|
|
|
|
|
|
"futures-core", |
|
|
|
|
|
|
|
"http", |
|
|
|
|
|
|
|
"reqwest", |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
"ruma-common", |
|
|
|
"ruma-common", |
|
|
|
"ruma-events", |
|
|
|
"ruma-events", |
|
|
|
@ -1695,7 +1738,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-client-api" |
|
|
|
name = "ruma-client-api" |
|
|
|
version = "0.10.0-alpha.3" |
|
|
|
version = "0.10.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"assign", |
|
|
|
"assign", |
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
@ -1715,7 +1758,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-common" |
|
|
|
name = "ruma-common" |
|
|
|
version = "0.5.0" |
|
|
|
version = "0.5.0" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"indexmap", |
|
|
|
"indexmap", |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
@ -1731,7 +1774,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-events" |
|
|
|
name = "ruma-events" |
|
|
|
version = "0.22.0-alpha.3" |
|
|
|
version = "0.22.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"ruma-common", |
|
|
|
"ruma-common", |
|
|
|
@ -1745,7 +1788,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-events-macros" |
|
|
|
name = "ruma-events-macros" |
|
|
|
version = "0.22.0-alpha.3" |
|
|
|
version = "0.22.0-alpha.3" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
@ -1756,7 +1799,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-federation-api" |
|
|
|
name = "ruma-federation-api" |
|
|
|
version = "0.1.0-alpha.2" |
|
|
|
version = "0.1.0-alpha.2" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
@ -1771,7 +1814,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=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"paste", |
|
|
|
"paste", |
|
|
|
"rand", |
|
|
|
"rand", |
|
|
|
@ -1785,7 +1828,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=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
@ -1796,13 +1839,14 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-identifiers-validation" |
|
|
|
name = "ruma-identifiers-validation" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.3.0" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-identity-service-api" |
|
|
|
name = "ruma-identity-service-api" |
|
|
|
version = "0.1.0-alpha.1" |
|
|
|
version = "0.1.0-alpha.1" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"js_int", |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
"ruma-common", |
|
|
|
"ruma-common", |
|
|
|
"ruma-identifiers", |
|
|
|
"ruma-identifiers", |
|
|
|
@ -1814,7 +1858,7 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ruma-push-gateway-api" |
|
|
|
name = "ruma-push-gateway-api" |
|
|
|
version = "0.1.0-alpha.1" |
|
|
|
version = "0.1.0-alpha.1" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"js_int", |
|
|
|
"js_int", |
|
|
|
"ruma-api", |
|
|
|
"ruma-api", |
|
|
|
@ -1829,7 +1873,7 @@ 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=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
"form_urlencoded", |
|
|
|
"form_urlencoded", |
|
|
|
@ -1843,7 +1887,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=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro-crate", |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
@ -1854,7 +1898,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=d27584ae3bdc035529e7389f1c392d4c96f9f8eb#d27584ae3bdc035529e7389f1c392d4c96f9f8eb" |
|
|
|
source = "git+https://github.com/ruma/ruma?rev=097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2#097f20c837fcbaef1d9c18c30d3ec5a24a6e4ec2" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"base64 0.13.0", |
|
|
|
"base64 0.13.0", |
|
|
|
"ring", |
|
|
|
"ring", |
|
|
|
@ -2167,7 +2211,7 @@ dependencies = [ |
|
|
|
[[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=ce665d213fffeaa47e146d01c6b87f9eb9feaa52#ce665d213fffeaa47e146d01c6b87f9eb9feaa52" |
|
|
|
source = "git+https://github.com/ruma/state-res?rev=bca91bcc17df4d16942ff8b8c3be622b1795e3f0#bca91bcc17df4d16942ff8b8c3be622b1795e3f0" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"itertools 0.10.0", |
|
|
|
"itertools 0.10.0", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
|