[package]
edition = "2021"
name = "pkgx"
version = "2.10.3"
authors = [
"Max Howell <mxcl@me.com>",
"Jacob Heider <jacob@pkgx.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run anything"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/pkgxdev/pkgx"
[[bin]]
name = "pkgx"
path = "src/main.rs"
[dependencies.console]
version = "0.16"
features = ["ansi-parsing"]
default-features = false
[dependencies.indicatif]
version = "0.18.3"
[dependencies.libpkgx]
version = "0.8.2"
[dependencies.nix]
version = "0.31.1"
features = ["process"]
[dependencies.regex]
version = "1.11.1"
[dependencies.rusqlite]
version = "0.39.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.135"
[dependencies.tokio]
version = "1.43"
features = [
"full",
"rt-multi-thread",
]
[dev-dependencies.tempfile]
version = "3"
[target.'cfg(not(target_os = "macos"))'.dependencies.native-tls]
version = "0.2"
features = ["vendored"]
[target.'cfg(not(target_os = "macos"))'.dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]