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