# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "slack-rust-rs" version = "0.0.1" authors = ["Gompei "] description = "Slack API Client" homepage = "https://crates.io/crates/slack-rust" documentation = "https://docs.rs/slack-rust/" readme = "README.md" keywords = [ "slack-rust", "slack", ] categories = [ "web-programming::http-client", "web-programming::websocket", ] license = "Apache-2.0" repository = "https://github.com/Gompei/slack-rust" [dependencies.async-std] version = "1.10.0" features = ["attributes"] [dependencies.async-tls] version = "0.11.0" features = ["client"] default-features = false [dependencies.async-trait] version = "0.1.51" [dependencies.async-tungstenite] version = "0.19.0" [dependencies.futures-util] version = "0.3.17" [dependencies.log] version = "0.4.14" [dependencies.rustls] version = "0.19.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.11.0" features = ["serde_with_macros"] [dependencies.surf] version = "2.3.1" features = [ "curl-client", "encoding", ] [dependencies.url] version = "2.2" [dev-dependencies.async-tls] version = "0.11.0" features = ["server"] default-features = false [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.mockall] version = "0.11.0"