[package] name = "slack" version = "0.25.0" authors = ["Benjamin Elder ", "Matt Jones ", "David Hewson "] repository = "https://github.com/slack-rs/slack-rs.git" documentation = "https://docs.rs/slack" description = "slack realtime messaging client: https://api.slack.com/bot-users" license = "Apache-2.0" edition = "2018" readme = "README.md" [dependencies.slack_api] version = "0.23.1" default-features = false features = ["reqwest_blocking"] [dependencies] serde = "1.0.0" serde_json = "1.0.0" serde_derive = "1.0.0" tungstenite = "0.9.2" log = "0.3.7" url = "2.1.0" [features] default = ["with_native_tls"] with_rustls = ["slack_api/with_rustls"] with_native_tls = ["slack_api/with_native_tls"]