redisctl-core 0.8.2

Core library for Redis CLI tools - config, workflows, and shared logic
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 = "2024"
name = "redisctl-core"
version = "0.8.2"
authors = ["Josh Rotenberg <josh.rotenberg@redis.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Redis CLI tools - config, workflows, and shared logic"
homepage = "https://github.com/redis-developer/redisctl"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/redis-developer/redisctl"
resolver = "2"

[features]
default = []
secure-storage = ["dep:keyring"]

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

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "string",
]

[dependencies.directories]
version = "6.0"

[dependencies.keyring]
version = "3.6"
features = [
    "apple-native",
    "windows-native",
    "linux-native",
]
optional = true

[dependencies.redis-cloud]
version = "0.9.5"

[dependencies.redis-enterprise]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "3.1"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tokio]
version = "1.40"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

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