Jonas Platte d18bea570c Use Cargo workspace dependencies
… for most external dependencies that are used from multiple workspace
crates.
2022-11-01 11:13:21 +01:00

34 lines
853 B
TOML

[package]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix application service API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.7.0"
edition = "2021"
rust-version = "1.64"
[package.metadata.docs.rs]
all-features = true
[features]
client = []
server = []
unstable-exhaustive-types = []
unstable-msc2409 = []
unstable-msc3202 = []
[dependencies]
js_int = { workspace = true, features = ["serde"] }
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["api", "events"] }
serde = { workspace = true }
serde_json = { workspace = true }
[dev-dependencies]
assert_matches = { workspace = true }
serde_yaml = "0.9.14"