[package] name = "rslack" version = "0.5.0" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message" readme = "README.md" license = "MIT" repository = "https://github.com/kohbis/rslack" categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.88" dirs = "5.0" libc = "0.2" reqwest = { version = "0.12.7", features = ["json"] } rpos = "0.3.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" structopt = "0.3.20" termion = "4.0.2" tokio = { version = "1.40.0", features = ["full"] } unicode-width = "0.1.13" url = "2.5.2" [dev-dependencies] mockito = "1.5.0" serial_test = "3.1.1"