# 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 = "slack-messaging" version = "0.3.2" authors = ["kaicoh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Support building messages for Slack Messaging API" documentation = "https://docs.rs/slack-messaging" readme = "README.md" keywords = [ "slack", "messaging", "webhook", ] license = "MIT" repository = "https://github.com/kaicoh/slack-messaging" [package.metadata.docs.rs] all-features = true [lib] name = "slack_messaging" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.once_cell] version = "1.19" optional = true [dependencies.regex] version = "1.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.reqwest] version = "0.11" features = ["json"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] fmt = [ "dep:chrono", "dep:once_cell", "dep:regex", ]