chore(sdk): Use inline tables more in Cargo.toml
Makes the file a little more comprehensible.
This commit is contained in:
committed by
Jonas Platte
parent
822cdae8f3
commit
6b3acf1bf7
@@ -70,16 +70,20 @@ futures-core = "0.3.21"
|
||||
futures-signals = { version = "0.3.30", default-features = false }
|
||||
futures-util = { version = "0.3.21", default-features = false }
|
||||
http = "0.2.6"
|
||||
matrix-sdk-base = { version = "0.6.0", path = "../matrix-sdk-base", default_features = false }
|
||||
matrix-sdk-common = { version = "0.6.0", path = "../matrix-sdk-common" }
|
||||
matrix-sdk-indexeddb = { version = "0.2.0", path = "../matrix-sdk-indexeddb", default-features = false, optional = true }
|
||||
matrix-sdk-sled = { version = "0.2.0", path = "../matrix-sdk-sled", default-features = false, optional = true }
|
||||
mime = "0.3.16"
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
reqwest = { version = "0.11.10", default_features = false}
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
thiserror = "1.0.30"
|
||||
tokio-stream = { version = "0.1.8", features = ["net"], optional = true }
|
||||
tracing = "0.1.34"
|
||||
url = "2.2.2"
|
||||
warp = { version = "0.3.2", default-features = false, optional = true }
|
||||
zeroize = "1.3.0"
|
||||
|
||||
[dependencies.image]
|
||||
@@ -102,29 +106,10 @@ features = [
|
||||
]
|
||||
optional = true
|
||||
|
||||
[dependencies.matrix-sdk-base]
|
||||
version = "0.6.0"
|
||||
path = "../matrix-sdk-base"
|
||||
default_features = false
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.11.10"
|
||||
default_features = false
|
||||
|
||||
[dependencies.ruma]
|
||||
version = "0.7.0"
|
||||
features = ["client-api-c", "compat", "rand", "unstable-msc2448", "unstable-msc2965"]
|
||||
|
||||
[dependencies.tokio-stream]
|
||||
version = "0.1.8"
|
||||
features = ["net"]
|
||||
optional = true
|
||||
|
||||
[dependencies.warp]
|
||||
version = "0.3.2"
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
# Upgrade once MSRV >= 1.61
|
||||
async-once-cell = "0.3.1"
|
||||
|
||||
Reference in New Issue
Block a user