dendrobates-t-azureus/Cargo.lock

439 lines
10 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.
2020-08-04 14:33:33 +02:00
[[package]]
name = "aes-t-tables"
version = "0.1.0"
dependencies = [
"cache_side_channel",
2020-09-23 10:09:10 +02:00
"cache_utils",
"flush_flush",
"flush_reload",
2020-09-23 10:09:10 +02:00
"memmap2",
"nix",
"openssl",
"openssl-sys",
"rand",
]
2020-08-04 14:33:33 +02:00
[[package]]
name = "ahash"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0adac150c2dd5a9c864d054e07bda5e6bc010cd10036ea5f17e82a2f5867f735"
2020-02-28 12:03:51 +01:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2020-02-28 12:03:51 +01:00
2020-07-02 15:38:39 +02:00
[[package]]
name = "atomic"
version = "0.5.0"
2020-07-02 15:38:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"
dependencies = [
"autocfg",
]
2020-07-02 15:38:39 +02:00
[[package]]
name = "autocfg"
2020-09-23 10:09:10 +02:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "basic_timing_cache_channel"
version = "0.1.0"
[[package]]
name = "bit_field"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "ed8765909f9009617974ab6b7d332625b320b33c326b1e9321382ef1999b5d56"
2019-10-02 09:52:19 +02:00
[[package]]
name = "bit_field"
2020-09-23 10:09:10 +02:00
version = "0.10.1"
2019-10-02 09:52:19 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
2019-10-02 09:52:19 +02:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-10-02 09:52:19 +02:00
[[package]]
name = "bootloader"
2020-09-29 09:52:00 +02:00
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 09:52:00 +02:00
checksum = "8c5c959bf675ba4d842740373760b2aeb5b8f5457451cd18370b4c339d4926e9"
2019-10-02 09:52:19 +02:00
dependencies = [
2020-09-23 10:09:10 +02:00
"bit_field 0.10.1",
2019-10-02 09:52:19 +02:00
]
[[package]]
name = "cache_side_channel"
version = "0.1.0"
dependencies = [
"nix",
]
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 = [
2020-09-23 10:09:10 +02:00
"atomic",
"cpuid",
"hashbrown",
"itertools",
"libc",
"nix",
"polling_serial",
"static_assertions",
"vga_buffer",
"x86_64",
2019-12-22 15:24:21 +01:00
]
[[package]]
name = "cc"
2020-09-23 10:09:10 +02:00
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "covert_channels_benchmark"
version = "0.1.0"
dependencies = [
"covert_channels_evaluation",
"flush_flush",
]
[[package]]
name = "covert_channels_evaluation"
version = "0.1.0"
dependencies = [
"bit_field 0.10.1",
"cache_side_channel",
"cache_utils",
"nix",
"rand",
"turn_lock",
]
2020-05-27 14:00:19 +02:00
[[package]]
name = "cpuid"
version = "0.1.0"
dependencies = [
2020-09-23 10:09:10 +02:00
"itertools",
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",
"volatile 0.4.1",
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 = [
"cache_side_channel",
"cache_utils",
"covert_channels_evaluation",
"nix",
]
[[package]]
name = "flush_reload"
version = "0.1.0"
dependencies = [
"cache_side_channel",
"cache_utils",
"covert_channels_evaluation",
"nix",
]
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2020-09-23 10:09:10 +02:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "getrandom"
2020-09-23 10:09:10 +02:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
2020-09-23 10:09:10 +02:00
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
2020-09-23 10:09:10 +02:00
"ahash",
]
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
2020-09-23 10:09:10 +02:00
"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 = [
2020-09-23 10:09:10 +02:00
"spin",
]
[[package]]
name = "libc"
2020-09-23 10:09:10 +02:00
version = "0.2.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
2019-11-14 14:26:37 +01:00
[[package]]
name = "linked_list_allocator"
2020-09-29 09:52:00 +02:00
version = "0.8.6"
2019-11-14 14:26:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-29 09:52:00 +02:00
checksum = "84565678e403453d1a27a0886882b3b271701e65146d972d9d7d9a4c4a0ff498"
2019-11-14 14:26:37 +01:00
dependencies = [
2020-09-23 10:09:10 +02:00
"spinning_top",
]
[[package]]
name = "lock_api"
2020-09-23 10:09:10 +02:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
2020-09-23 10:09:10 +02:00
"scopeguard",
2019-11-14 14:26:37 +01:00
]
[[package]]
name = "memmap2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [
2020-09-23 10:09:10 +02:00
"libc",
]
[[package]]
name = "nix"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
dependencies = [
2020-09-23 10:09:10 +02:00
"bitflags",
"cc",
"cfg-if",
"libc",
]
[[package]]
name = "openssl"
version = "0.10.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
dependencies = [
2020-09-23 10:09:10 +02:00
"bitflags",
"cfg-if",
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
]
[[package]]
name = "openssl-sys"
version = "0.9.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
dependencies = [
2020-09-23 10:09:10 +02:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "pkg-config"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
[[package]]
name = "polling_serial"
version = "0.1.0"
dependencies = [
2020-09-23 10:09:10 +02:00
"lazy_static",
"spin",
"x86_64",
]
[[package]]
name = "ppv-lite86"
2020-09-23 10:09:10 +02:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2020-09-23 10:09:10 +02:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
2020-09-23 10:09:10 +02:00
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2020-09-23 10:09:10 +02:00
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2020-09-23 10:09:10 +02:00
"rand_core",
]
[[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"
[[package]]
name = "spinning_top"
2020-09-23 10:09:10 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "047031d6df5f5ae0092c97aa4f6bb04cfc9c081b4cd4cb9cdb38657994279a00"
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 = "turn_lock"
version = "0.1.0"
[[package]]
name = "vcpkg"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
[[package]]
name = "vga_buffer"
version = "0.1.0"
dependencies = [
2020-09-23 10:09:10 +02:00
"lazy_static",
"spin",
"volatile 0.3.0",
]
[[package]]
name = "volatile"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8e76fae08f03f96e166d2dfda232190638c10e0383841252416f9cfe2ae60e6"
[[package]]
name = "volatile"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e000a949a4c792c46417a637bdf18ed39cfc70184318f609979e0fa03ab334c8"
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-23 10:09:10 +02:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "x86_64"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5b4b42dbabe13b69023e1a1407d395f1a1a33df76e9a9efdbe303acc907e292"
dependencies = [
2020-09-23 10:09:10 +02:00
"bit_field 0.9.0",
"bitflags",
2019-10-02 09:52:19 +02:00
]