stackenv 0.1.2

Native, zero-container multi-project dev environment manager. No Docker, no VMs.
# 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 = "stackenv"
version = "0.1.2"
authors = ["sanayasfp"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native, zero-container multi-project dev environment manager. No Docker, no VMs."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sanayasfp/stack"

[package.metadata.wix]
upgrade-guid = "CA26EDDD-8AFC-435E-99F2-595B7EFB3B84"
path-guid = "C262B3D2-B4EA-47A6-B258-A5EF3BCC2C25"
license = false
eula = false

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.sysinfo]
version = "0.39.6"

[dependencies.toml]
version = "1.1.3"

[dependencies.toml_edit]
version = "0.25.13"

[dependencies.ureq]
version = "3.3.0"
features = ["json"]

[profile.dist]
lto = "thin"
inherits = "release"