tauri/core/tauri-utils/Cargo.toml
renovate[bot] fe7fc7a2ca
chore(deps) Update Rust crate zstd to 0.8 (#1708)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 02:04:38 -03:00

26 lines
708 B
TOML

[package]
name = "tauri-utils"
version = "1.0.0-beta-rc.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
homepage = "https://tauri.studio"
repository = "https://github.com/tauri-apps/tauri"
description = "Utilities for Tauri"
edition = "2018"
[dependencies]
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
sysinfo = "0.17"
thiserror = "1.0.24"
phf = { version = "0.8", features = [ "macros" ] }
zstd = "0.8"
url = { version = "2.2", features = [ "serde" ] }
kuchiki = "0.8"
html5ever = "0.25"
proc-macro2 = { version = "1.0", optional = true }
quote = { version = "1.0", optional = true }
[features]
build = [ "proc-macro2", "quote" ]