2020-01-18 03:33:17 +03:00
|
|
|
[package]
|
|
|
|
name = "tauri-utils"
|
2020-06-11 22:18:38 +03:00
|
|
|
version = "0.5.1"
|
2020-05-22 01:25:03 +03:00
|
|
|
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
|
2020-01-18 03:33:17 +03:00
|
|
|
license = "MIT"
|
2020-01-23 13:16:59 +03:00
|
|
|
homepage = "https://tauri.studio"
|
2020-01-18 03:33:17 +03:00
|
|
|
repository = "https://github.com/tauri-apps/tauri"
|
|
|
|
description = "Utilities for Tauri"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-09 21:22:04 +03:00
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
2020-01-18 03:33:17 +03:00
|
|
|
sysinfo = "0.10"
|
2021-02-09 21:22:04 +03:00
|
|
|
thiserror = "1.0.19"
|
|
|
|
phf = { version = "0.8", features = ["macros"] }
|
|
|
|
flate2 = "1"
|