-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
48 lines (43 loc) · 1 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[package]
name = "rust-scripts"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "*" # "0.8.5"
num = "*"
flate2 = "*"
nalgebra = "0.32.2"
num-bigint = "*"
num-prime = "*"
num-integer = "*"
rsa = "*"
sha2 = "0.10.8"
aes = "0.7"
block-modes = "0.8"
block-padding = "0.3"
hex = "0.4"
rug = "1.25.0"
approx = "*"
ml-kem = "0.2.1"
aes-gcm = "0.9" # or latest version
ratatui = "0.28.1"
crossterm = "0.28.1"
color-eyre = "0.6.3"
chrono = "*"
# cas-attrs = { path = "../cas-rs/cas-attrs" }
# cas-compute = { path = "../cas-rs/cas-compute" }
# cas-error = { path = "../cas-rs/cas-error" }
# cas-graph = { path = "../cas-rs/cas-graph" }
# cas-math = { path = "../cas-rs/cas-math" }
# cas-parser = { path = "../cas-rs/cas-parser" }
# regex = "*"
# num-traits = "0.2.15"
# rustacuda = "*"
# rayon = "*" #"1.5"
# sha3 = "*"
# ferrisgram = "*"
# tokio = "*"
# regex = "*"
# nalgebra = "0.32.2"
# num-traits = "0.2"