[package] name = "matrix-send" version = "0.2.1" authors = ["Tilo Spannagel "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/tilosp/matrix-send-rs" homepage = "https://crates.io/crates/matrix-send" keywords = ["matrix", "chat", "messaging"] description = "Non-Interactive CLI Matrix Client" readme = "README.md" include = [ "/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" serde = { version = "1.0", features = ["derive"] } url = { version = "2.2", features = ["serde"] } serde_json = "1.0" directories = "3.0" tokio = { version = "0.2", features = ["macros"] } structopt = "0.3" atty = "0.2" matrix-sdk = { version = "0.2", default-features = false, features = ["rustls-tls"] }