soar-cli 0.11.0

A modern package manager for Linux
# 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 = "soar-cli"
version = "0.11.0"
authors = ["Rabindra Dhakal <contact@qaidvoid.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "soar"
description = "A modern package manager for Linux"
readme = "README.md"
keywords = [
    "appimage",
    "binary",
    "linux",
    "package-manager",
    "portable",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pkgforge/soar"

[features]
self = []

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

[dependencies.clap]
version = "4.5.54"
features = [
    "cargo",
    "derive",
]

[dependencies.fast-glob]
version = "1.0.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.minisign-verify]
version = "0.2.4"

[dependencies.nix]
version = "0.30.1"
features = [
    "ioctl",
    "term",
    "user",
]

[dependencies.nu-ansi-term]
version = "0.50.3"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.2"
features = [
    "std",
    "unicode-case",
    "unicode-perl",
]
default-features = false

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["indexmap"]

[dependencies.soar-config]
version = "0.5.0"

[dependencies.soar-core]
version = "0.13.0"

[dependencies.soar-db]
version = "0.4.0"

[dependencies.soar-dl]
version = "0.8.0"

[dependencies.soar-package]
version = "0.2.3"

[dependencies.soar-registry]
version = "0.3.0"

[dependencies.soar-utils]
version = "0.3.0"

[dependencies.tabled]
version = "0.20"
features = ["ansi"]

[dependencies.terminal_size]
version = "0.4"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.9.10"

[dependencies.tracing]
version = "0.1.44"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "fmt",
    "json",
    "nu-ansi-term",
]
default-features = false

[dependencies.ureq]
version = "3.1.4"
features = ["json"]