shine-cli 1.2.0

Cross-platform CLI for managed shell commands, app configs, and machine setup
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"
rust-version = "1.88"
name = "shine-cli"
version = "1.2.0"
build = "cli/build.rs"
include = [
    "Cargo.toml",
    "Cargo.lock",
    "LICENSE",
    "README.md",
    "cli/build.rs",
    "cli/src/**",
    "presets/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform CLI for managed shell commands, app configs, and machine setup"
homepage = "https://github.com/biulight/shine"
readme = "README.md"
keywords = [
    "cli",
    "dotfiles",
    "configuration",
    "bootstrap",
    "shell",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/biulight/shine"
resolver = "2"

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

[[bin]]
name = "shine"
path = "cli/src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.console]
version = "0.16.3"

[dependencies.dialoguer]
version = "0.12.0"
features = ["password"]
default-features = false

[dependencies.directories]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.4"

[dependencies.glob]
version = "0.3"

[dependencies.jsonc-parser]
version = "=0.32.3"
features = ["serde"]

[dependencies.owo-colors]
version = "4"
features = ["supports-colors"]

[dependencies.reqwest]
version = "0.13.3"
features = [
    "json",
    "rustls",
    "socks",
]
default-features = false

[dependencies.rust-embed]
version = "8"
features = [
    "debug-embed",
    "interpolate-folder-path",
]

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.similar]
version = "3.1"

[dependencies.tar]
version = "0.4.44"

[dependencies.tokio]
version = "1.52.1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "fs",
    "process",
    "sync",
    "signal",
    "time",
]

[dependencies.toml]
version = "1.1.2"

[dependencies.toml_edit]
version = "0.25.11"

[dependencies.utils]
version = "1.2.0"
package = "shine-core"

[dependencies.uuid]
version = "1.23.1"
features = [
    "serde",
    "v4",
    "v7",
]

[target."cfg(unix)".dependencies.libc]
version = "0.2"