Expose ruma-identifiers features

This commit is contained in:
Jonas Platte 2020-06-05 18:12:40 +02:00
parent afa7392b58
commit eefaa01403
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,13 +13,16 @@ version = "0.1.0"
edition = "2018"
[features]
either = ["ruma-identifiers/either"]
rand = ["ruma-identifiers/rand"]
appservice-api = ["ruma-api", "ruma-appservice-api", "ruma-events"]
client-api = ["ruma-api", "ruma-client-api", "ruma-events"]
federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"]
[dependencies]
ruma-common = { version = "0.1.3", path = "../ruma-common" }
ruma-identifiers = "0.16.2"
ruma-identifiers = { version = "0.16.2", features = ["serde"] }
ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "c1ee72d", optional = true }
ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true }