[package] name = "slack-api-client" version = "0.1.92" 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" [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"