2021-03-22 16:13:01 +01:00
|
|
|
[package]
|
2022-09-23 11:52:06 +02:00
|
|
|
name = "CacheObserver"
|
2021-03-22 16:13:01 +01:00
|
|
|
version = "0.1.0"
|
2022-04-21 10:59:26 +02:00
|
|
|
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
|
2024-06-24 09:39:28 +02:00
|
|
|
edition = "2021"
|
2021-03-22 16:13:01 +01:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-10 11:25:07 +02:00
|
|
|
cache_utils = { path = "../cache_utils" }
|
|
|
|
cache_side_channel = { path = "../cache_side_channel" }
|
|
|
|
flush_flush = { path = "../flush_flush" }
|
2021-06-28 16:26:02 +02:00
|
|
|
flush_reload = { path = "../flush_reload" }
|
2021-06-10 11:25:07 +02:00
|
|
|
basic_timing_cache_channel = { path = "../basic_timing_cache_channel" }
|
|
|
|
nix = "0.20.0"
|
|
|
|
rand = "0.8.3"
|
2021-10-19 15:17:06 +02:00
|
|
|
lazy_static = "1.4.0"
|
2021-10-19 16:17:44 +02:00
|
|
|
bitvec = "0.22.3"
|
2022-01-25 14:18:03 +01:00
|
|
|
itertools = "0.10.0"
|