rproj 0.2.1

Guided bootstrap-to-game-dev CLI for Roblox: takes a fresh Windows PC to a working Roblox/Luau setup, then scaffolds projects on it
# 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.89"
name = "rproj"
version = "0.2.1"
authors = ["Chatar Abdelilah <chatar.abdelilah.s@gmail.com>"]
build = false
exclude = ["docs/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Guided bootstrap-to-game-dev CLI for Roblox: takes a fresh Windows PC to a working Roblox/Luau setup, then scaffolds projects on it"
readme = "README.md"
keywords = [
    "roblox",
    "luau",
    "rojo",
    "wally",
    "scaffold",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "game-development",
]
license = "MIT"

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

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

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

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

[dependencies.anstream]
version = "1.0.0"

[dependencies.anstyle]
version = "1.0.14"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.arboard]
version = "3.6.1"
default-features = false

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.inquire]
version = "0.9.4"

[dependencies.notify-rust]
version = "4.18.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1.3"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.ureq]
version = "3.3.0"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.portable-pty]
version = "0.8.1"

[dev-dependencies.vt100]
version = "0.15.2"