# 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 = "2021" name = "cargo-temp" version = "0.2.22" build = false include = [ "src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool that allow you to create a temporary new rust project using cargo with already installed 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.cargo-generate] version = "0.22" optional = true [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3.10" [dependencies.toml] version = "0.8" [features] generate = ["cargo-generate"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.xdg] version = "2.5" [target."cfg(windows)".dependencies.dirs] version = "5.0"