bob 0.99.2

Fast, robust, powerful, user-friendly pkgsrc package builder
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.85.1"
name = "bob"
version = "0.99.2"
authors = ["Jonathan Perkin <jonathan@perkin.org.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, robust, powerful, user-friendly pkgsrc package builder"
homepage = "https://github.com/jperkin/bob"
documentation = "https://docs.rs/bob"
readme = "README.md"
keywords = [
    "cli",
    "pkgsrc",
]
license = "ISC"
repository = "https://github.com/jperkin/bob"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.89"

[dependencies.chrono]
version = "0.4"
features = ["now"]
default-features = false

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

[dependencies.copy_dir]
version = "0.1"

[dependencies.crossterm]
version = "0.28"
features = ["use-dev-tty"]

[dependencies.flate2]
version = "1.1"

[dependencies.fs_extra]
version = "1.3"

[dependencies.gix]
version = "0.68"
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.indexmap]
version = "2.12.1"

[dependencies.lettre]
version = "0.11"
features = [
    "sendmail-transport",
    "builder",
]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.petgraph]
version = "0.6.5"

[dependencies.pkgsrc]
version = "0.9.0"
features = ["serde"]

[dependencies.ratatui]
version = "0.30"
features = ["scrolling-regions"]

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shlex]
version = "1"

[dependencies.signal-hook]
version = "0.3"

[dependencies.strip-ansi-escapes]
version = "0.2"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.systemstat]
version = "0.2"

[dependencies.tar]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[dependencies.unicode-width]
version = "0.2"

[dependencies.xdg]
version = "3.0"

[dependencies.zstd]
version = "0.13"

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

[dev-dependencies.zstd]
version = "0.13"

[target.'cfg(not(target_os = "illumos"))'.dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "vendored",
    "send",
]

[target.'cfg(target_os = "illumos")'.dependencies.kstat-rs]
version = "0.2"

[target.'cfg(target_os = "illumos")'.dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "send",
]