# 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 = "2021" name = "sfr-slack-api" version = "0.1.1" authors = ["nogiro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The [Slack API](https://api.slack.com/methods) Client." readme = "README.md" keywords = ["slack"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/nogiro/slack-framework-rs" [lib] name = "sfr_slack_api" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.12.5" features = [ "json", "multipart", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sfr-types] version = "=0.1.1" [dependencies.tokio] version = "1.17" features = ["full"] [dependencies.tracing] version = "0.1"