[[bin]]
name = "cargo-create-tauri-app"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.ctrlc]
version = "3.3"
[dependencies.dialoguer]
version = "0.10"
[dependencies.pico-args]
version = "0.5"
[dependencies.rust-embed]
features = ["compression", "interpolate-folder-path"]
version = "8.3"
[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui"]
description = "Rapidly scaffold out a new tauri app project."
edition = "2021"
exclude = ["node", "worker", ".github", ".changes", ".scripts"]
keywords = ["tauri"]
license = "Apache-2.0 OR MIT"
name = "create-tauri-app"
readme = "README.md"
repository = "https://github.com/tauri-apps/create-tauri-app"
rust-version = "1.61"
version = "3.14.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"
strip = true