# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "slack_api" version = "0.23.1" authors = ["Benjamin Elder ", "Matt Jones "] description = "Interface for the Slack Web API" documentation = "https://docs.rs/slack_api" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/slack-rs/slack-rs-api.git" [package.metadata.docs.rs] all-features = true [package.metadata.playground] features = ["async", "reqwest", "sync", "reqwest_blocking"] [[example]] name = "start_rtm" path = "examples/start_rtm.rs" required-features = ["reqwest"] [[example]] name = "channel_history" path = "examples/channel_history.rs" required-features = ["reqwest"] [[example]] name = "channel_history_sync" path = "examples/channel_history_sync.rs" required-features = ["sync", "reqwest_blocking"] [dependencies.async-trait] version = "0.1" optional = true package = "async-trait" [dependencies.reqwest_] version = "0.10" features = ["gzip"] optional = true default-features = false package = "reqwest" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "0.2" features = ["macros"] package = "tokio" [features] async = ["async-trait"] default = ["reqwest", "with_native_tls"] reqwest = ["reqwest_", "async"] reqwest_blocking = ["reqwest_/blocking", "sync"] sync = [] with_native_tls = ["reqwest_/native-tls"] with_rustls = ["reqwest_/rustls-tls"]