# 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-core" version = "0.1.1" authors = ["nogiro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A commonly used process for [Slack App](https://api.slack.com/docs/apps)." readme = "README.md" keywords = ["slack"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/nogiro/slack-framework-rs" [lib] name = "sfr_core" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive-new] version = "0.7.0" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.serde_json] version = "1.0" [dependencies.sfr-types] version = "=0.1.1" [dependencies.sha2] version = "0.10" [dependencies.tracing] version = "0.1"