dendrobates-t-azureus/Cargo.lock

533 lines
12 KiB
Plaintext
Raw Normal View History

2019-10-01 14:53:54 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-10 11:24:28 +02:00
version = 3
[[package]]
name = "CacheObserver"
version = "0.1.0"
dependencies = [
"basic_timing_cache_channel",
"bitvec",
"cache_side_channel",
"cache_utils",
"flush_flush",
"flush_reload",
2024-05-27 11:51:13 +02:00
"itertools 0.10.1",
"lazy_static",
2024-05-27 11:51:13 +02:00
"nix 0.20.0",
2020-09-23 10:09:10 +02:00
"rand",
]
2020-08-04 14:33:33 +02:00
[[package]]
name = "ahash"
2021-06-10 11:24:28 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2020-02-28 12:03:51 +01:00
[[package]]
name = "arrayref"
2024-05-27 11:51:13 +02:00
version = "0.3.7"
2020-02-28 12:03:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "atomic"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
dependencies = [
"bytemuck",
]
2020-02-28 12:03:51 +01:00
[[package]]
name = "autocfg"
2024-05-27 11:51:13 +02:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "basic_timing_cache_channel"
version = "0.1.0"
dependencies = [
"cache_side_channel",
"cache_utils",
2024-05-27 11:51:13 +02:00
"nix 0.28.0",
]
[[package]]
name = "bit_field"
2024-05-27 11:51:13 +02:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2019-10-02 09:52:19 +02:00
[[package]]
2024-05-27 11:51:13 +02:00
name = "bitflags"
version = "1.2.1"
2019-10-02 09:52:19 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-10-02 09:52:19 +02:00
[[package]]
name = "bitflags"
2024-05-27 11:51:13 +02:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "bitvec"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2019-10-02 09:52:19 +02:00
[[package]]
name = "bootloader"
2024-05-27 11:51:13 +02:00
version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "365861702868e2a37b4247aaecc7bd8f4389baec8d025497ad8ba7ff37ee9440"
2019-10-02 09:52:19 +02:00
dependencies = [
2024-05-27 11:51:13 +02:00
"bit_field",
2019-10-02 09:52:19 +02:00
]
2024-05-27 11:51:13 +02:00
[[package]]
name = "bytemuck"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
[[package]]
name = "cache_side_channel"
version = "0.1.0"
dependencies = [
2024-05-27 11:51:13 +02:00
"bit_field",
"nix 0.28.0",
]
[[package]]
name = "cache_slice"
version = "0.1.0"
2024-06-24 15:53:15 +02:00
dependencies = [
"nix 0.29.0",
"raw-cpuid",
]
2019-12-22 15:24:21 +01:00
[[package]]
2020-02-05 10:23:52 +01:00
name = "cache_utils"
2019-12-22 15:24:21 +01:00
version = "0.1.0"
dependencies = [
2024-05-27 11:51:13 +02:00
"atomic",
2022-01-25 14:18:03 +01:00
"bitvec",
"cache_slice",
2020-09-23 10:09:10 +02:00
"cpuid",
"hashbrown",
2024-05-27 11:51:13 +02:00
"itertools 0.12.1",
2022-01-25 14:18:03 +01:00
"lazy_static",
2020-09-23 10:09:10 +02:00
"libc",
2024-06-24 15:53:15 +02:00
"nix 0.29.0",
2020-09-23 10:09:10 +02:00
"polling_serial",
"static_assertions",
"turn_lock",
2020-09-23 10:09:10 +02:00
"vga_buffer",
"x86_64",
2019-12-22 15:24:21 +01:00
]
[[package]]
name = "cc"
2021-06-10 11:24:28 +02:00
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
[[package]]
name = "cfg-if"
2021-06-10 11:24:28 +02:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-05-27 11:51:13 +02:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2024-06-24 15:53:15 +02:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "covert_channels_benchmark"
version = "0.1.0"
dependencies = [
2021-01-28 09:36:15 +01:00
"basic_timing_cache_channel",
"cache_utils",
"covert_channels_evaluation",
"flush_flush",
"flush_reload",
2024-05-27 11:51:13 +02:00
"nix 0.20.0",
]
[[package]]
name = "covert_channels_evaluation"
version = "0.1.0"
dependencies = [
2024-05-27 11:51:13 +02:00
"bit_field",
"cache_side_channel",
"cache_utils",
2024-05-27 11:51:13 +02:00
"nix 0.28.0",
"rand",
"turn_lock",
]
2020-05-27 14:00:19 +02:00
[[package]]
name = "cpuid"
version = "0.1.0"
dependencies = [
2024-05-27 11:51:13 +02:00
"itertools 0.13.0",
2020-05-27 14:00:19 +02:00
]
[[package]]
name = "dendrobates_tinctoreus_azureus"
2019-10-01 14:53:54 +02:00
version = "0.1.0"
2019-10-02 09:52:19 +02:00
dependencies = [
2020-09-23 10:09:10 +02:00
"arrayref",
"bootloader",
"cache_utils",
"lazy_static",
"linked_list_allocator",
"polling_serial",
"vga_buffer",
2021-06-10 11:24:28 +02:00
"volatile 0.4.4",
2020-09-23 10:09:10 +02:00
"x86_64",
]
[[package]]
name = "either"
2020-09-23 10:09:10 +02:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "flush_flush"
version = "0.1.0"
dependencies = [
"basic_timing_cache_channel",
"cache_side_channel",
"cache_utils",
2024-05-27 11:51:13 +02:00
"nix 0.28.0",
]
[[package]]
name = "flush_reload"
version = "0.1.0"
dependencies = [
"basic_timing_cache_channel",
"cache_side_channel",
"cache_utils",
2024-05-27 11:51:13 +02:00
"nix 0.28.0",
]
[[package]]
name = "funty"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
[[package]]
name = "getrandom"
2021-06-10 11:24:28 +02:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
2020-09-23 10:09:10 +02:00
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "hashbrown"
2021-06-10 11:24:28 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
2020-09-23 10:09:10 +02:00
"ahash",
]
[[package]]
name = "itertools"
2021-06-10 11:24:28 +02:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
2020-09-23 10:09:10 +02:00
"either",
]
2024-05-27 11:51:13 +02:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
2021-06-10 11:24:28 +02:00
"spin 0.5.2",
]
[[package]]
name = "libc"
2024-05-27 11:51:13 +02:00
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2019-11-14 14:26:37 +01:00
[[package]]
name = "linked_list_allocator"
2024-05-27 11:51:13 +02:00
version = "0.9.1"
2019-11-14 14:26:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a"
2019-11-14 14:26:37 +01:00
dependencies = [
2020-09-23 10:09:10 +02:00
"spinning_top",
]
[[package]]
name = "lock_api"
2024-05-27 11:51:13 +02:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
2024-05-27 11:51:13 +02:00
"autocfg",
2020-09-23 10:09:10 +02:00
"scopeguard",
2019-11-14 14:26:37 +01:00
]
[[package]]
name = "nix"
2021-06-10 11:24:28 +02:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
2024-05-27 11:51:13 +02:00
"bitflags 1.2.1",
2020-09-23 10:09:10 +02:00
"cc",
"cfg-if",
"libc",
]
2021-06-10 11:24:28 +02:00
[[package]]
2024-05-27 11:51:13 +02:00
name = "nix"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
2024-05-27 11:51:13 +02:00
"bitflags 2.5.0",
2020-09-23 10:09:10 +02:00
"cfg-if",
2024-06-24 15:53:15 +02:00
"cfg_aliases 0.1.1",
"libc",
]
[[package]]
name = "nix"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags 2.5.0",
"cfg-if",
"cfg_aliases 0.2.1",
2020-09-23 10:09:10 +02:00
"libc",
]
[[package]]
2024-05-27 11:51:13 +02:00
name = "once_cell"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
[[package]]
name = "polling_serial"
version = "0.1.0"
dependencies = [
2020-09-23 10:09:10 +02:00
"lazy_static",
2021-06-10 11:24:28 +02:00
"spin 0.9.0",
2020-09-23 10:09:10 +02:00
"x86_64",
]
[[package]]
name = "ppv-lite86"
2021-06-10 11:24:28 +02:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "radium"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
[[package]]
name = "rand"
2024-05-27 11:51:13 +02:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
2020-09-23 10:09:10 +02:00
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
2021-06-10 11:24:28 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
2020-09-23 10:09:10 +02:00
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2021-06-10 11:24:28 +02:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
2020-09-23 10:09:10 +02:00
"getrandom",
]
2024-06-24 15:53:15 +02:00
[[package]]
name = "raw-cpuid"
version = "11.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
2024-05-27 11:51:13 +02:00
name = "rustversion"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021-06-10 11:24:28 +02:00
[[package]]
name = "spin"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87bbf98cb81332a56c1ee8929845836f85e8ddd693157c30d76660196014478"
dependencies = [
"lock_api",
]
[[package]]
name = "spinning_top"
2024-05-27 11:51:13 +02:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "5b9eb1a2f4c41445a3a0ff9abc5221c5fcd28e1f13cd7c0397706f9ac938ddb0"
dependencies = [
2020-09-23 10:09:10 +02:00
"lock_api",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "turn_lock"
version = "0.1.0"
2021-06-10 11:24:28 +02:00
[[package]]
name = "version_check"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "vga_buffer"
version = "0.1.0"
dependencies = [
2020-09-23 10:09:10 +02:00
"lazy_static",
2021-06-10 11:24:28 +02:00
"spin 0.9.0",
"volatile 0.2.7",
]
[[package]]
name = "volatile"
2021-06-10 11:24:28 +02:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "f6b06ad3ed06fef1713569d547cdbdb439eafed76341820fb0e0344f29a41945"
[[package]]
name = "volatile"
2021-06-10 11:24:28 +02:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "e4c2dbd44eb8b53973357e6e207e370f0c1059990df850aca1eca8947cf464f0"
[[package]]
name = "wasi"
2021-06-10 11:24:28 +02:00
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 11:24:28 +02:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wyz"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188"
dependencies = [
"tap",
]
[[package]]
name = "x86_64"
2024-05-27 11:51:13 +02:00
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 11:51:13 +02:00
checksum = "4bc79523af8abf92fb1a970c3e086c5a343f6bcc1a0eb890f575cbb3b45743df"
dependencies = [
2024-05-27 11:51:13 +02:00
"bit_field",
"bitflags 2.5.0",
"rustversion",
2021-06-10 11:24:28 +02:00
"volatile 0.4.4",
2019-10-02 09:52:19 +02:00
]