slack-rs 0.1.67

A Slack CLI tool with OAuth authentication, profile management, and API access
Documentation
# 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-rs"
version = "0.1.67"
authors = ["tumf <tumf@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "slack-rs"
description = "A Slack CLI tool with OAuth authentication, profile management, and API access"
homepage = "https://github.com/tumf/slack-rs"
documentation = "https://docs.rs/slack-rs"
readme = "README.md"
keywords = [
    "slack",
    "cli",
    "oauth",
    "api",
    "workspace",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/tumf/slack-rs"

[package.metadata.release]
publish = false
tag = true
push = true
sign-tag = false
pre-release-commit-message = "chore: release {{version}}"
verify = true

[lib]
name = "slack_rs"
path = "src/lib.rs"

[[bin]]
name = "slack-rs"
path = "src/main.rs"

[[test]]
name = "api_integration_tests"
path = "tests/api_integration_tests.rs"

[[test]]
name = "auth_integration"
path = "tests/auth_integration.rs"

[[test]]
name = "commands_integration"
path = "tests/commands_integration.rs"

[[test]]
name = "doctor_integration_tests"
path = "tests/doctor_integration_tests.rs"

[[test]]
name = "export_import_integration"
path = "tests/export_import_integration.rs"

[[test]]
name = "file_download_integration"
path = "tests/file_download_integration.rs"

[[test]]
name = "manifest_generation_integration"
path = "tests/manifest_generation_integration.rs"

[[test]]
name = "non_interactive_integration"
path = "tests/non_interactive_integration.rs"

[[test]]
name = "oauth_integration"
path = "tests/oauth_integration.rs"

[[test]]
name = "output_envelope_tests"
path = "tests/output_envelope_tests.rs"

[[test]]
name = "scope_preset_integration"
path = "tests/scope_preset_integration.rs"

[[test]]
name = "skill_installation_integration"
path = "tests/skill_installation_integration.rs"

[[test]]
name = "slack_token_env_tests"
path = "tests/slack_token_env_tests.rs"

[[test]]
name = "thread_integration_tests"
path = "tests/thread_integration_tests.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.agent-skills-rs]
version = "0.2.0"

[dependencies.arboard]
version = "3.4"

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

[dependencies.directories]
version = "5.0"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rpassword]
version = "7.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.url]
version = "2.5"

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.14"

[dev-dependencies.wiremock]
version = "0.6"