mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
52 lines
967 B
TOML
52 lines
967 B
TOML
[package]
|
|
name = "tauri"
|
|
version = "1.0.0"
|
|
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@quasar.dev>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tauri-ui = { path = "../../bindings/rust" }
|
|
serde_json = "1.0.39"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
dirs = "1.0"
|
|
ignore = "0.4.7"
|
|
phf = "0.7.21"
|
|
threadpool = "1.7"
|
|
rand = "0.7"
|
|
reqwest = "0.9"
|
|
pbr = "1"
|
|
zip = "0.5.0"
|
|
tempdir = "0.3"
|
|
semver = "0.9"
|
|
tempfile = "3"
|
|
either = "1.5.0"
|
|
tar = "0.4"
|
|
flate2 = "1"
|
|
hyper-old-types = "0.11.0"
|
|
sysinfo = "0.9"
|
|
webbrowser = "0.5.1"
|
|
uuid = { version = "0.7", features = ["v4"] }
|
|
lazy_static = "1.3.0"
|
|
includedir = "0.5.0"
|
|
tiny_http = "0.6"
|
|
clap = {version = "2.33", features = ["yaml"]}
|
|
|
|
[build-dependencies]
|
|
includedir_codegen = "0.5.0"
|
|
|
|
[features]
|
|
dev = []
|
|
embedded-server = []
|
|
all-api = []
|
|
readTextFile = []
|
|
readBinaryFile = []
|
|
writeFile = []
|
|
listFiles = []
|
|
listDirs = []
|
|
setTitle = []
|
|
execute = []
|
|
open = []
|
|
emit = []
|