# 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" rust-version = "1.71" name = "create-tauri-app" version = "4.5.7" authors = ["Tauri Programme within The Commons Conservancy"] build = false exclude = [ "node", "worker", ".github", ".changes", ".scripts", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rapidly scaffold out a new tauri app project." readme = "README.md" keywords = ["tauri"] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/create-tauri-app" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "create_tauri_app" path = "src/lib.rs" [[bin]] name = "cargo-create-tauri-app" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.ctrlc] version = "3.3" [dependencies.dialoguer] version = "0.11" [dependencies.pico-args] version = "0.5" [dependencies.rust-embed] version = "8.3" features = [ "compression", "interpolate-folder-path", ]