luaupm 0.1.0

The Luau package manager: dependencies, tools and scripts for Luau and Roblox projects
# 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"
rust-version = "1.88"
name = "luaupm"
version = "0.1.0"
authors = ["savruun"]
build = false
exclude = [
    ".github/",
    "scripts/",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Luau package manager: dependencies, tools and scripts for Luau and Roblox projects"
homepage = "https://github.com/luaupm"
documentation = "https://github.com/luaupm/cli#readme"
readme = "README.md"
keywords = [
    "luau",
    "roblox",
    "package-manager",
    "wally",
    "pesde",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/luaupm/cli"

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

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

[dependencies.crossterm]
version = "0.25"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1"

[dependencies.full_moon]
version = "2.2.0"
features = ["luau"]

[dependencies.globset]
version = "0.4.19"

[dependencies.indicatif]
version = "0.18.6"

[dependencies.inquire]
version = "0.7"

[dependencies.self-replace]
version = "1.5.0"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

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

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]

[target."cfg(windows)".dependencies.winreg]
version = "0.56.0"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true