tauri/tooling/cli.rs/Cargo.toml
github-actions[bot] e267ebf1f1
Apply Version Updates From Current Changes (#1486)
* apply version updates

* adjust versions to beta-rc

Co-authored-by: jbolda <jbolda@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2021-04-14 13:51:25 -05:00

53 lines
1.2 KiB
TOML

workspace = { }
[package]
name = "tauri-cli"
version = "1.0.0-beta-rc.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2018"
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
homepage = "https://tauri.studio"
repository = "https://github.com/tauri-apps/tauri"
description = "Command line interface for building Tauri apps"
include = [ "src/", "/templates", "MergeModules/", "*.json", "*.rs" ]
[[bin]]
name = "cargo-tauri"
path = "src/main.rs"
[dependencies]
clap = { version = "3.0.0-beta.2", features = [ "yaml" ] }
anyhow = "1.0"
tauri-bundler = { version = "1.0.0-beta-rc.0", path = "../bundler" }
colored = "2.0"
once_cell = "1.7"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
serde_with = "1.8"
notify = "4.0"
shared_child = "0.3"
toml_edit = "0.2"
json-patch = "0.2"
schemars = "0.8"
toml = "0.5.8"
valico = "3.6"
handlebars = "3.5"
include_dir = "0.6"
dialoguer = "0.8"
minisign = "0.6"
base64 = "0.13.0"
ureq = "2.1"
os_info = "3.0"
semver = "0.11"
regex = "1.4"
[build-dependencies]
schemars = "0.8"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
serde_with = "1.8"
[target."cfg(target_os = \"linux\")".dependencies]
heck = "0.3"