2021-05-21 22:50:40 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.57"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-23 20:42:25 +03:00
|
|
|
version = "1.3.2"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-23 20:42:25 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-09 21:18:14 +03:00
|
|
|
name = "fastrand"
|
2022-02-04 20:03:27 +03:00
|
|
|
version = "1.7.0"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 20:03:27 +03:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2022-01-09 21:18:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.2"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.2.126"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-05 20:21:04 +03:00
|
|
|
name = "num_threads"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.1.6"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
2022-02-05 20:21:04 +03:00
|
|
|
"libc",
|
2021-05-21 22:50:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.39"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
2022-05-24 17:44:07 +03:00
|
|
|
"unicode-ident",
|
2021-05-21 22:50:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.18"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.2.13"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.10"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.137"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.137"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.81"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.95"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-24 17:44:07 +03:00
|
|
|
"unicode-ident",
|
2021-05-21 22:50:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri_bench"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
2022-02-05 20:21:04 +03:00
|
|
|
"time",
|
2021-05-21 22:50:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-09 21:18:14 +03:00
|
|
|
version = "3.3.0"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 21:18:14 +03:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-09 21:18:14 +03:00
|
|
|
"fastrand",
|
2021-05-21 22:50:40 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.3.9"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
2021-05-21 22:50:40 +03:00
|
|
|
dependencies = [
|
2022-02-05 20:21:04 +03:00
|
|
|
"itoa",
|
2021-05-21 22:50:40 +03:00
|
|
|
"libc",
|
2022-02-05 20:21:04 +03:00
|
|
|
"num_threads",
|
2021-05-21 22:50:40 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-24 17:44:07 +03:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.0"
|
2021-05-21 22:50:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
2021-05-21 22:50:40 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|