ruwuma/Cargo.toml
Devin Ragotzy 8a9f15e01f House keeping, remove &mut self in all methods
Improved perf -7.8220%
2020-07-28 07:09:07 -04:00

37 lines
996 B
TOML

[package]
name = "state-res"
version = "0.1.0"
authors = ["Devin R <devin.ragotzy@gmail.com>"]
edition = "2018"
categories = ["api-bindings", "web-programming"]
description = "An abstraction for Matrix state resolution."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "state resolution", "ruma"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ruma/state-res"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.9.0"
js_int = "0.1.8"
petgraph = "0.5.1"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.56"
tracing = "0.1.16"
maplit = "1.0.2"
thiserror = "1.0.20"
tracing-subscriber = "0.2.8"
[dependencies.ruma]
git = "https://github.com/DevinR528/ruma"
branch = "pdu-deserialize"
features = ["client-api", "federation-api", "appservice-api"]
[dev-dependencies]
lazy_static = "1.4.0"
criterion = "0.3.3"
[[bench]]
name = "state_res_bench"
harness = false