archon-cli 0.1.1

Cross-distro package manager (Arch/Debian/Fedora) with AUR support and a security-monitored (eBPF) build sandbox on Arch
# 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 = "archon-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-distro package manager (Arch/Debian/Fedora) with AUR support and a security-monitored (eBPF) build sandbox on Arch"
readme = "README.md"
keywords = [
    "linux",
    "package-manager",
    "cross-distro",
    "aur",
    "ebpf",
]
categories = [
    "command-line-utilities",
    "os",
]
license = "MIT"
repository = "https://github.com/ravindran-dev/archon"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.archon-aur]
version = "0.1.0"

[dependencies.archon-distro]
version = "0.1.0"

[dependencies.archon-monitor]
version = "0.1.0"

[dependencies.archon-monitor-common]
version = "0.1.0"

[dependencies.archon-repo]
version = "0.1.0"

[dependencies.archon-resolver]
version = "0.1.0"

[dependencies.archon-sandbox]
version = "0.1.0"

[dependencies.archon-types]
version = "0.1.0"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.18"

[dependencies.libc]
version = "0.2"

[dev-dependencies.tar]
version = "0.4"

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