# 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 = "slack-framework-rs" version = "0.1.1" authors = ["nogiro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`slack-framework-rs` is the library that [the author](https://gitlab.com/nogiro) uses to create the Slack App." readme = "README.md" keywords = ["slack"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/nogiro/slack-framework-rs" [lib] name = "slack_framework_rs" path = "src/lib.rs" [[example]] name = "post-chat" path = "examples/post-chat.rs" [[example]] name = "remote-files" path = "examples/remote-files.rs" [[example]] name = "upload-file" path = "examples/upload-file.rs" [[example]] name = "use-server" path = "examples/use-server.rs" [dependencies.sfr-core] version = "=0.1.1" optional = true [dependencies.sfr-server] version = "=0.1.1" optional = true [dependencies.sfr-slack-api] version = "=0.1.1" optional = true [dependencies.sfr-types] version = "=0.1.1" optional = true [dev-dependencies.anyhow] version = "1.0" features = ["backtrace"] [dev-dependencies.derive-new] version = "0.7.0" [dev-dependencies.reqwest] version = "0.12.5" features = [ "json", "multipart", "stream", ] [dev-dependencies.tokio] version = "1.17" features = ["full"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.uuid] version = "1.1.2" features = ["v4"] [features] default = [ "sfr-core", "sfr-server", "sfr-slack-api", "sfr-types", ] sfr-core = ["dep:sfr-core"] sfr-server = ["dep:sfr-server"] sfr-slack-api = ["dep:sfr-slack-api"] sfr-types = ["dep:sfr-types"]