stout 0.2.0

A fast, Rust-based Homebrew-compatible package manager
# 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"
rust-version = "1.75"
name = "stout"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, Rust-based Homebrew-compatible package manager"
homepage = "https://github.com/neul-labs/stout"
documentation = "https://docs.neullabs.com/stout"
readme = "README.md"
keywords = [
    "homebrew",
    "package-manager",
    "cli",
    "brew",
    "macos",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/neul-labs/stout"

[package.metadata.deb]
maintainer = "Neul Labs <hello@neul.com>"
copyright = "2024, Neul Labs"
license-file = [
    "LICENSE",
    "0",
]
extended-description = "stout is a fast, Rust-based drop-in replacement for the Homebrew CLI. It's 10-100x faster for common operations like search, info, and update. Uses a pre-computed SQLite index with FTS5 full-text search."
section = "utils"
priority = "optional"
depends = "$auto"
assets = [
    [
    "target/release/stout",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/stout/",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/stout/",
    "644",
],
    [
    "target/release/build/stout-*/out/man/stout.1",
    "usr/share/man/man1/",
    "644",
],
    [
    "target/completions/stout.bash",
    "usr/share/bash-completion/completions/stout",
    "644",
],
    [
    "target/completions/stout.fish",
    "usr/share/fish/vendor_completions.d/stout.fish",
    "644",
],
    [
    "target/completions/_stout",
    "usr/share/zsh/vendor-completions/_stout",
    "644",
],
]

[package.metadata.generate-rpm]
name = "stout"
license = "MIT"
summary = "A fast, Rust-based Homebrew-compatible package manager"
description = "stout is a fast, Rust-based drop-in replacement for the Homebrew CLI. It's 10-100x faster for common operations like search, info, and update. Uses a pre-computed SQLite index with FTS5 full-text search."
url = "https://github.com/neul-labs/stout"

[[package.metadata.generate-rpm.assets]]
source = "target/release/stout"
dest = "/usr/bin/stout"
mode = "0755"

[[package.metadata.generate-rpm.assets]]
source = "README.md"
dest = "/usr/share/doc/stout/README.md"
mode = "0644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "LICENSE"
dest = "/usr/share/doc/stout/LICENSE"
mode = "0644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "target/completions/stout.bash"
dest = "/usr/share/bash-completion/completions/stout"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "target/completions/stout.fish"
dest = "/usr/share/fish/vendor_completions.d/stout.fish"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "target/completions/_stout"
dest = "/usr/share/zsh/site-functions/_stout"
mode = "0644"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.humansize]
version = "2"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
    "gzip",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.stout-audit]
version = "0.2.0"

[dependencies.stout-bundle]
version = "0.2.0"

[dependencies.stout-cask]
version = "0.2.0"

[dependencies.stout-fetch]
version = "0.2.0"

[dependencies.stout-index]
version = "0.2.0"

[dependencies.stout-install]
version = "0.2.0"

[dependencies.stout-mirror]
version = "0.2.0"

[dependencies.stout-resolve]
version = "0.2.0"

[dependencies.stout-state]
version = "0.2.0"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.walkdir]
version = "2"

[build-dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[build-dependencies.clap_mangen]
version = "0.2"

[profile.release]
lto = true
codegen-units = 1
strip = true