# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rslack" version = "0.5.0" authors = ["kohbis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cli for posting slack message" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kohbis/rslack" [lib] name = "rslack" path = "src/lib.rs" [[bin]] name = "rslack" path = "src/bin/rslack.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.dirs] version = "5.0" [dependencies.libc] version = "0.2" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.rpos] version = "0.3.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.structopt] version = "0.3.20" [dependencies.termion] version = "4.0.2" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.unicode-width] version = "0.1.13" [dependencies.url] version = "2.5.2" [dev-dependencies.mockito] version = "1.5.0" [dev-dependencies.serial_test] version = "3.1.1"