[[bin]]
name = "cargo-temp"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4"
[dependencies.regex]
version = "1.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.tempfile]
version = "3.19"
[dependencies.toml]
version = "0.8"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins"]
description = "A CLI tool that allow you to create a temporary new rust project using cargo with already installed dependencies"
documentation = "https://docs.rs/cargo-temp"
edition = "2024"
homepage = "https://github.com/yozhgoor/cargo-temp"
include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"]
keywords = ["cargo", "temporary", "project", "cli", "dependencies"]
license = "MIT OR Apache-2.0"
name = "cargo-temp"
readme = "README.md"
repository = "https://github.com/yozhgoor/cargo-temp"
version = "0.3.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.xdg]
version = "2.5"
[target."cfg(windows)".dependencies.CreateProcessW]
version = "0.1"
[target."cfg(windows)".dependencies.dirs]
version = "6.0"