slack-api-client 0.1.93

slack api client Project homepage: https://github.com/isaacadams/slack-api-client
Documentation
[package]
name = "slack-api-client"
version = "0.1.93"
edition = "2021"
license = "MIT OR Apache-2.0"
description = """
slack api client

Project homepage: https://github.com/isaacadams/slack-api-client
"""
readme = "README.md"
homepage = "https://github.com/isaacadams/slack-api-client"
repository = "https://github.com/isaacadams/slack-api-client"

[workspace]
members = ["cli"]

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4"
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"