2021-05-21 22:50:40 +03:00
|
|
|
[package]
|
|
|
|
name = "tauri_bench"
|
|
|
|
version = "0.1.0"
|
2024-08-27 03:46:05 +03:00
|
|
|
authors = ["Tauri Programme within The Commons Conservancy"]
|
2021-10-22 16:04:42 +03:00
|
|
|
edition = "2021"
|
2024-08-28 00:42:30 +03:00
|
|
|
rust-version = "1.71"
|
2021-05-21 22:50:40 +03:00
|
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
description = "Cross-platform WebView rendering library"
|
|
|
|
repository = "https://github.com/tauri-apps/wry"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.40"
|
2022-02-05 20:21:04 +03:00
|
|
|
time = { version = "0.3", features = ["formatting"] }
|
2021-05-21 22:50:40 +03:00
|
|
|
tempfile = "3.2.0"
|
|
|
|
serde_json = "1.0"
|
2024-08-27 03:46:05 +03:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "run_benchmark"
|
|
|
|
path = "src/run_benchmark.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "build_benchmark_jsons"
|
|
|
|
path = "src/build_benchmark_jsons.rs"
|