cargo-temp 0.4.0

Create temporary Rust project with specified dependencies
# 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 = "cargo-temp"
version = "0.4.0"
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE.Apache-2.0",
    "LICENSE.MIT",
    "config_template.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create temporary Rust project with specified dependencies"
homepage = "https://github.com/yozhgoor/cargo-temp"
documentation = "https://docs.rs/cargo-temp"
readme = "README.md"
keywords = [
    "cargo",
    "temporary",
    "project",
    "cli",
    "dependencies",
]
categories = ["development-tools::cargo-plugins"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yozhgoor/cargo-temp"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.12"

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

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.9"

[dev-dependencies.pastey]
version = "0.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.xdg]
version = "3"

[target."cfg(windows)".dependencies.CreateProcessW]
version = "0.1"

[target."cfg(windows)".dependencies.dirs]
version = "6"