ruwuma/Cargo.toml
Jonas Platte 8f9bcd3a65
Make docsrs show items for all features
with indicators what needs to be enabled to use each conditional item
2020-04-17 14:01:57 +02:00

29 lines
766 B
TOML

[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
categories = ["api-bindings"]
description = "Resource identifiers for Matrix."
documentation = "https://docs.rs/ruma-identifiers"
homepage = "https://github.com/ruma/ruma-identifiers"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-identifiers"
readme = "README.md"
repository = "https://github.com/ruma/ruma-identifiers"
version = "0.14.1"
edition = "2018"
[package.metadata.docs.rs]
features = ["all"]
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["serde"]
[dependencies]
diesel = { version = "1.4.4", optional = true }
rand = { version = "0.7.3", optional = true }
serde = { version = "1.0.106", optional = true }
[dev-dependencies]
serde_json = "1.0.51"