[package] name = "ruff" version = "0.2.8" authors = ["LordMZTE "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.53" bincode = "1.3.3" clap = "3.0.10" env_logger = "0.9.0" log = "0.4.14" mime = "0.3.16" mime_guess = "2.0.3" rand = "0.8.4" serde_json = "1.0.78" sled = "0.34.7" structopt = "0.3.26" toml = "0.5.8" [dependencies.libjens] git = "https://tilera.xyz/git/lordmzte/libjens.git" rev = "1.1.0" [dependencies.matrix-sdk] git = "https://github.com/matrix-org/matrix-rust-sdk.git" rev = "c79e62d" features = ["encryption"] [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.serde] version = "1.0.135" features = ["derive"] [dependencies.tokio] version = "1.15.0" features = ["macros"]