2020-08-04 14:42:17 +02:00
|
|
|
[package]
|
|
|
|
name = "aes-t-tables"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["GuillaumeDIDIER <guillaume.didier95@hotmail.fr>"]
|
|
|
|
edition = "2018"
|
2024-05-27 11:51:13 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-08-04 14:42:17 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-10 11:16:09 +02:00
|
|
|
openssl = "0.10.33"
|
2020-08-19 10:07:48 +02:00
|
|
|
cache_utils = { path = "../cache_utils" }
|
2024-05-27 11:51:13 +02:00
|
|
|
memmap2 = "0.9.4"
|
|
|
|
rand = "0.8.5"
|
|
|
|
nix = "0.28.0"
|
2020-10-22 14:38:41 +02:00
|
|
|
cache_side_channel = { path = "../cache_side_channel" }
|
|
|
|
flush_flush = { path = "../flush_flush" }
|
|
|
|
flush_reload = { path = "../flush_reload" }
|