57 lines
1.4 KiB
TOML
57 lines
1.4 KiB
TOML
[package]
|
|
name = "iota"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
aes-gcm = "*"
|
|
axum = "*"
|
|
base64 = "0.22.1"
|
|
bytes = "*"
|
|
cmake = "*"
|
|
color-eyre = "*"
|
|
crossterm = "*"
|
|
der = "*"
|
|
futures = "*"
|
|
futures-util = "*"
|
|
hex = "*"
|
|
hkdf = "*"
|
|
hmac = "*"
|
|
hyper-util = { version = "*" }
|
|
hyper = { version = "1.8.1", features = ["capi", "client", "full", "http1", "http2", "nightly", "server"] }
|
|
http-body-util = "*"
|
|
json = "*"
|
|
native-tls = { version = "*", default-features = false }
|
|
once_cell = "1.21.3"
|
|
pkcs8 = { version = "*", features = ["alloc"] }
|
|
rand = "0.8"
|
|
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
|
ratatui = { version = "*", features = ["all-widgets"]}
|
|
reactive-rs = "*"
|
|
aws-lc-rs = "*"
|
|
reqwest = "0.12.23"
|
|
rustls = { version = "*", features = ["aws-lc-rs"] }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
sha2 = "*"
|
|
sys-info = "*"
|
|
sysinfo = "0.30"
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
tokio-util = { version = "*", features = ["full"] }
|
|
tokio-tungstenite = { version = "*", features = ["native-tls"] }
|
|
tower = "*"
|
|
tungstenite = "*"
|
|
uuid = { version = "*", features = ["v4"] }
|
|
walkdir = "2.5.0"
|
|
warp = "*"
|
|
x448 = { version = "*" }
|
|
x509 = "*"
|
|
tokio-rustls = "0.26.4"
|
|
rustls-pemfile = "2.2.0"
|
|
async-trait = "0.1.89"
|
|
sha1 = "0.10.6"
|
|
async-tungstenite = "0.32.0"
|
|
zip = "6.0.0"
|
|
ratatui_input = "0.1.3"
|
|
tui-textarea = "0.7.0"
|
|
tui-input = "0.14.0"
|
|
pnet = "0.35.0"
|