Expose ruma-identifiers features
This commit is contained in:
parent
afa7392b58
commit
eefaa01403
@ -13,13 +13,16 @@ version = "0.1.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
either = ["ruma-identifiers/either"]
|
||||||
|
rand = ["ruma-identifiers/rand"]
|
||||||
|
|
||||||
appservice-api = ["ruma-api", "ruma-appservice-api", "ruma-events"]
|
appservice-api = ["ruma-api", "ruma-appservice-api", "ruma-events"]
|
||||||
client-api = ["ruma-api", "ruma-client-api", "ruma-events"]
|
client-api = ["ruma-api", "ruma-client-api", "ruma-events"]
|
||||||
federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"]
|
federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-common = { version = "0.1.3", path = "../ruma-common" }
|
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-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 }
|
ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user