Add missing docs.rs metadata to Cargo manifests

This commit is contained in:
Jonas Platte 2021-06-01 12:32:29 +02:00
parent b1e6aa78c7
commit 6d253c6038
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
11 changed files with 38 additions and 0 deletions

View File

@ -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 }

View File

@ -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"

View File

@ -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"]

View File

@ -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"] }

View File

@ -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"

View File

@ -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" }

View File

@ -11,5 +11,8 @@ license = "MIT"
version = "0.3.0"
edition = "2018"
[package.metadata.docs.rs]
all-features = true
[features]
compat = []

View File

@ -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" }

View File

@ -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" }

View File

@ -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"

View File

@ -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"]