php-version-manager 1.1.1

A blazing fast, zero-configuration PHP version 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 = "2024"
name = "php-version-manager"
version = "1.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazing fast, zero-configuration PHP version manager"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/WebProject-xyz/php-version-manager"

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.log]
version = "0.4.29"

[dependencies.reqwest]
version = "0.13.3"
features = [
    "stream",
    "rustls",
    "json",
]

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tar]
version = "0.4.45"

[dependencies.tempfile]
version = "3.27.0"

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

[dev-dependencies.assert_cmd]
version = "2.2.1"

[dev-dependencies.predicates]
version = "3.1.4"

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

[build-dependencies.chrono]
version = "0.4.44"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true