# 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-server" version = "0.1.1" authors = ["nogiro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The server implementation for a Slack App." readme = "README.md" keywords = ["slack"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/nogiro/slack-framework-rs" [lib] name = "sfr_server" path = "src/lib.rs" [dependencies.axum] version = "0.7.5" [dependencies.reqwest] version = "0.12.5" features = [ "json", "multipart", "stream", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.sfr-core] version = "=0.1.1" [dependencies.sfr-slack-api] version = "=0.1.1" [dependencies.sfr-types] version = "=0.1.1" [dependencies.tokio] version = "1.17" features = ["full"] [dependencies.tower-http] version = "0.5.2" features = [ "trace", "fs", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.typed-builder] version = "0.20.0"