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

[dependencies.console]
default-features = false
features = ["ansi-parsing"]
version = "0.15"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.libpkgx]
version = "0.3.2"

[dependencies.nix]
features = ["process"]
version = "0.29.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.rusqlite]
version = "0.33.0"

[dependencies.serde_json]
version = "1.0.135"

[dependencies.tokio]
features = ["full", "rt-multi-thread"]
version = "1.43"

[package]
authors = ["Max Howell <mxcl@me.com>", "Jacob Heider <jacob@pkgx.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Run anything"
edition = "2021"
license = "Apache-2.0"
name = "pkgx"
readme = "README.md"
repository = "https://github.com/pkgxdev/pkgx"
version = "2.3.2"

[target.'cfg(not(target_os = "macos"))'.dependencies.native-tls]
features = ["vendored"]
version = "0.2"

[target.'cfg(not(target_os = "macos"))'.dependencies.rusqlite]
features = ["bundled"]
version = "0.33.0"