git-subtree-dir: ruma-api git-subtree-mainline: bb037a5c42c51567a3b9e41c2c131cef9867a4aa git-subtree-split: 2151711f64e99a5da370d48fa92795f2d4799866
35 lines
849 B
TOML
35 lines
849 B
TOML
[package]
|
|
authors = [
|
|
"Jimmy Cuadra <jimmy@jimmycuadra.com>",
|
|
"Jonas Platte <jplatte@posteo.de>",
|
|
]
|
|
categories = ["api-bindings", "web-programming"]
|
|
description = "An abstraction for Matrix API endpoints."
|
|
documentation = "https://docs.rs/ruma-api"
|
|
homepage = "https://github.com/ruma/ruma-api"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "MIT"
|
|
name = "ruma-api"
|
|
readme = "README.md"
|
|
repository = "https://github.com/ruma/ruma-api"
|
|
version = "0.16.1"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
http = "0.2.1"
|
|
percent-encoding = "2.1.0"
|
|
ruma-api-macros = { version = "=0.16.1", path = "ruma-api-macros" }
|
|
ruma-identifiers = "0.16.1"
|
|
ruma-serde = "0.2.0"
|
|
serde = { version = "1.0.110", features = ["derive"] }
|
|
serde_json = "1.0.53"
|
|
strum = "0.18.0"
|
|
|
|
[dev-dependencies]
|
|
ruma-events = "0.21.1"
|
|
|
|
[workspace]
|
|
members = [
|
|
"ruma-api-macros",
|
|
]
|