sfr-slack-api 0.1.2

The [Slack API](https://api.slack.com/methods) Client.
Documentation
[dependencies.futures]
version = "0.3.30"

[dependencies.reqwest]
features = ["json", "multipart", "stream"]
version = "0.12.5"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sfr-types]
version = "=0.1.2"

[dependencies.tokio]
features = ["full"]
version = "1.17"

[dependencies.tracing]
version = "0.1"

[lib]
name = "sfr_slack_api"
path = "src/lib.rs"

[package]
authors = ["nogiro <nogiro.rho@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The [Slack API](https://api.slack.com/methods) Client."
edition = "2021"
keywords = ["slack"]
license = "MIT OR Apache-2.0"
name = "sfr-slack-api"
readme = "README.md"
repository = "https://gitlab.com/nogiro/slack-framework-rs"
version = "0.1.2"