wargo 0.5.0

cargo's evil twin to work with projects in the twilight zone of WSL2
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 = "2024"
name = "wargo"
version = "0.5.0"
build = false
exclude = [
    ".assets/*",
    ".cargo/*",
    ".github/*",
    "Wargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "wargo"
description = "cargo's evil twin to work with projects in the twilight zone of WSL2"
homepage = "https://github.com/asaaki/wargo"
readme = "README.md"
keywords = [
    "cargo",
    "wsl",
    "wsl2",
    "windows",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::build-utils",
    "development-tools::cargo-plugins",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asaaki/wargo"

[features]
default = []
docs = []

[lib]
name = "wargo_lib"
path = "src/lib.rs"

[[bin]]
name = "cargo-wsl"
path = "src/bin/cargo-wsl.rs"

[[bin]]
name = "wargo"
path = "src/bin/wargo.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.cprint]
version = "1.0.0"
features = ["ceprint"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.filetime]
version = "0.2.27"

[dependencies.globwalk]
version = "0.9.1"

[dependencies.indicatif]
version = "0.18.4"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "0.9.12"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
incremental = true
strip = true