libpkgx 0.7.1

Install and run `pkgx` packages
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 = "2021"
name = "libpkgx"
version = "0.7.1"
authors = [
    "Max Howell <mxcl@me.com>",
    "Jacob Heider <jacob@pkgx.dev>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Install and run `pkgx` packages"
readme = false
license = "Apache-2.0"
repository = "https://github.com/pkgxdev/pkgx"

[lib]
name = "libpkgx"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.async-compression]
version = "0.4"
features = [
    "tokio",
    "gzip",
    "xz",
]

[dependencies.dirs-next]
version = "2.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.libsemverator]
version = "0.10.1"
features = ["serde"]

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

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "stream",
    "blocking",
]

[dependencies.rusqlite]
version = "0.37.0"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.tempfile]
version = "3.16.0"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-tar]
version = "0.3.1"

[dependencies.tokio-util]
version = "0.7.13"
features = ["compat"]

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