oxide-cli 0.3.0

⚡ Lightning-fast project scaffolding tool for modern JavaScript/TypeScript development
# 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 = "oxide-cli"
version = "0.3.0"
authors = ["Maksym <maksymzhuk759@gmail.com>"]
build = false
include = [
    "src/**/*",
    "templates/**/*",
    "Cargo.toml",
    "LICENSE-*",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "⚡ Lightning-fast project scaffolding tool for modern JavaScript/TypeScript development"
documentation = "https://docs.rs/oxide"
readme = "README.md"
keywords = [
    "cli",
    "scaffold",
    "template",
    "javascript",
    "typescript",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Maksym-Zhuk/oxide"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.43"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
    "color",
]

[dependencies.colored]
version = "3.1.1"

[dependencies.comfy-table]
version = "7"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.0"

[dependencies.fs_extra]
version = "1.3"

[dependencies.ignore]
version = "0.4"

[dependencies.include_dir]
version = "0.7"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.inquire]
version = "0.9.3"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.10"

[dependencies.tera]
version = "1.19"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.36"
features = ["full"]

[dependencies.toml]
version = "1.0.1"

[dependencies.walkdir]
version = "2.4"

[dependencies.which]
version = "8.0.0"

[dependencies.zip]
version = "8.1.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.assert_fs]
version = "1.1"

[dev-dependencies.predicates]
version = "3.1"

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true