matrix-rust-sdk/labs/sled-state-inspector/Cargo.toml

23 lines
679 B
TOML
Raw Normal View History

[package]
name = "sled-state-inspector"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "sled-state-inspector"
test = false
[dependencies]
atty = "0.2.14"
2022-06-15 18:47:55 +00:00
clap = "3.2.4"
2022-04-27 10:58:56 +00:00
futures = { version = "0.3.21", default-features = false, features = ["executor"] }
2022-09-28 08:15:37 +00:00
matrix-sdk-base = { path = "../../crates/matrix-sdk-base", version = "0.6.0"}
matrix-sdk-sled = { path = "../../crates/matrix-sdk-sled", version = "0.2.0"}
ruma = { workspace = true }
rustyline = "10.0.0"
rustyline-derive = "0.7.0"
serde = { workspace = true }
serde_json = { workspace = true }
syntect = { version = "5.0.0", default-features = false, features = ["dump-load", "parsing", "regex-fancy"] }