# 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 = "send_slack" version = "0.1.0" authors = [ "https://twitter.com/8bitTD", "8bittd@gmail.com", ] description = "send message to slack in windows" readme = "README.md" keywords = [ "windows", "slack", ] license = "MIT" repository = "https://github.com/8bitTD/send_slack" [dependencies.urlencoding] version = "1.1.1"