2023-07-04 15:40:37 +02:00

28 lines
679 B
TOML

[package]
name = "ruma-identity-service-api"
version = "0.7.1"
description = "Types for the endpoints in the Matrix identity service API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
edition = "2021"
rust-version = { workspace = true }
[package.metadata.docs.rs]
all-features = true
[features]
unstable-exhaustive-types = []
client = []
server = []
[dependencies]
js_int = { workspace = true, features = ["serde"] }
ruma-common = { workspace = true, features = ["api"] }
serde = { workspace = true }
[dev-dependencies]
serde_json = { workspace = true }