tauri/core/tauri-utils/Cargo.toml
github-actions[bot] 49c450d6fe
Apply Version Updates From Current Changes (#1165)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-14 10:50:15 -03:00

28 lines
785 B
TOML

[package]
name = "tauri-utils"
version = "1.0.0-beta-rc.0"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
"Tensor Programming <tensordeveloper@gmail.com>"
]
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.10"
thiserror = "1.0.19"
phf = { version = "0.8", features = [ "macros" ] }
zstd = "0.7"
url = { version = "2.2", features = [ "serde" ] }
proc-macro2 = { version = "1.0", optional = true }
quote = { version = "1.0", optional = true }
[features]
build = [ "proc-macro2", "quote" ]