Add missing docs.rs metadata to Cargo manifests
This commit is contained in:
parent
b1e6aa78c7
commit
6d253c6038
@ -11,6 +11,9 @@ repository = "https://github.com/ruma/ruma"
|
||||
version = "0.2.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[dependencies]
|
||||
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
||||
ruma-client-api = { version = "0.10.1", path = "../ruma-client-api", features = ["client"], optional = true }
|
||||
|
@ -15,6 +15,10 @@ repository = "https://github.com/ruma/ruma"
|
||||
version = "0.10.1"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
assign = "1.1.1"
|
||||
bytes = "1.0.1"
|
||||
|
@ -14,6 +14,10 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.5.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[features]
|
||||
client-api = ["ruma-client-api"]
|
||||
|
||||
|
@ -10,6 +10,10 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
indexmap = { version = "1.6.2", features = ["serde-1"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
|
@ -11,6 +11,10 @@ repository = "https://github.com/ruma/ruma"
|
||||
version = "0.22.2"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
criterion = { version = "0.3.3", optional = true }
|
||||
indoc = "1.0"
|
||||
|
@ -14,6 +14,10 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
||||
|
@ -11,5 +11,8 @@ license = "MIT"
|
||||
version = "0.3.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
compat = []
|
||||
|
@ -10,6 +10,9 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[dependencies]
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
||||
|
@ -10,6 +10,9 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[dependencies]
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
||||
|
@ -11,6 +11,9 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.7.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.13.0"
|
||||
ring = "0.16.19"
|
||||
|
@ -11,6 +11,9 @@ license = "MIT"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
unstable-pre-spec = ["ruma-events/unstable-pre-spec"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user