redisctl-config 0.2.2

Configuration and profile management for Redis CLI tools
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-config"
version = "0.2.2"
authors = ["Josh Rotenberg <josh@redislabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration and profile management for Redis CLI tools"
homepage = "https://github.com/redis-developer/redisctl"
readme = "README.md"
keywords = [
    "redis",
    "config",
    "profile",
    "credentials",
]
categories = [
    "config",
    "authentication",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/redis-developer/redisctl"
resolver = "2"

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

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.directories]
version = "6.0"

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

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

[dependencies.shellexpand]
version = "3.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

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

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