mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
42 lines
733 B
TOML
42 lines
733 B
TOML
[package]
|
|
name = "proton"
|
|
version = "1.0.0"
|
|
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@quasar.dev>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
proton-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"
|
|
|
|
[features]
|
|
api = []
|
|
all-api = []
|
|
readTextFile = []
|
|
readBinaryFile = []
|
|
writeFile = []
|
|
listFiles = []
|
|
listDirs = []
|
|
setTitle = []
|
|
execute = []
|
|
open = []
|