[package]
edition = "2021"
name = "s8n"
version = "0.4.0"
authors = [
"BlancoBAM",
"Lilith",
]
build = false
exclude = [
"target/",
"screenshots/",
".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified package & file manager TUI with color themes, fuzzy search, and multi-PM support"
homepage = "https://github.com/BlancoBAM/S8n-System"
documentation = "https://docs.rs/s8n"
readme = "README.md"
keywords = [
"package-manager",
"tui",
"system-manager",
"file-manager",
"terminal",
]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/BlancoBAM/S8n-System"
[package.metadata.deb]
name = "s8n"
maintainer = "Lilith <lilith@lilith-linux.dev>"
copyright = "2026, BlancoBAM, Lilith <lilith@lilith-linux.dev>"
license-file = [
"LICENSE",
"4",
]
extended-description = """
S8n (Katie) — A beautiful unified system manager, package manager, and file manager TUI.
Built specifically for Lilith Linux and Katie. Features:
- Unified package management across 10+ sources (apt, flatpak, snap, brew, npm, pip, etc.)
- Installed packages view with alphabetical sorting and fuzzy search
- Miller-column file manager with safe directory traversal
- Dynamic theming with 5 built-in palettes
- Animated gradient progress bars and braille spinners
- skim (fzf) integration for fuzzy package search
"""
section = "utils"
priority = "optional"
assets = [
[
"target/release/s8n",
"usr/bin/s8n",
"755",
],
[
"README.md",
"usr/share/doc/s8n/README.md",
"644",
],
[
"LICENSE",
"usr/share/doc/s8n/LICENSE",
"644",
],
]
[[bin]]
name = "s8n"
path = "src/main.rs"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.bubbletea-rs]
version = "0.0.9"
[dependencies.clap]
version = "4.4"
features = ["derive"]
[dependencies.crossterm]
version = "0.28"
features = []
[dependencies.futures]
version = "0.3"
[dependencies.lipgloss-extras]
version = "0.1.1"
features = ["full"]
[dependencies.rand]
version = "0.8"
[dependencies.ratatui]
version = "0.28"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.tokio]
version = "1.34"
features = ["full"]
[dependencies.toml]
version = "0.8"
[dependencies.unicode-width]
version = "0.2"
[dependencies.which]
version = "6.0"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true