2019-12-22 22:04:45 +03:00
|
|
|
[package]
|
|
|
|
name = "tauri-api"
|
2019-12-31 21:03:01 +03:00
|
|
|
version = "0.3.0"
|
2019-12-22 22:04:45 +03:00
|
|
|
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
homepage = "https://tauri-apps.org"
|
|
|
|
repository = "https://github.com/tauri-apps/tauri"
|
|
|
|
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
|
|
|
edition = "2018"
|
|
|
|
exclude = ["test/fixture/**"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
dirs = "2.0.2"
|
|
|
|
ignore = "0.4.10"
|
|
|
|
zip = "0.5.3"
|
|
|
|
tempdir = "0.3"
|
|
|
|
semver = "0.9"
|
|
|
|
tempfile = "3"
|
|
|
|
either = "1.5.3"
|
|
|
|
tar = "0.4"
|
|
|
|
flate2 = "1"
|
2019-12-29 08:45:13 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-01-03 22:59:22 +03:00
|
|
|
quickcheck = "0.8.5"
|
2019-12-29 08:45:13 +03:00
|
|
|
quickcheck_macros = "0.8.0"
|