[package] name = "iota" version = "0.1.0" edition = "2024" [dependencies] ttp-core = { git = "https://github.com/Tensamin/TTP.git", package = "ttp-core" } ttp-native = { git = "https://github.com/Tensamin/TTP.git", package = "ttp-native" } actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" base64 = "0.22.1" crossterm = "*" futures = "*" futures-util = "*" hex = "*" hkdf = "0.12.4" hyper-util = { version = "*" } hyper = { version = "1.8.1", features = [ "capi", "client", "full", "http1", "http2", "nightly", "server", ] } json = "*" once_cell = "1.21.3" rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } reqwest = "0.13.2" rustls = { version = "0.23.37", features = ["aws-lc-rs"] } sha2 = "0.10.9" sysinfo = "0.38.3" tokio = { version = "1.50.0", features = ["full"] } tokio-tungstenite = { version = "*", features = ["native-tls"] } tungstenite = "*" uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" warp = "*" x448 = { version = "*" } rustls-pemfile = "2.2.0" async-trait = "0.1.89" zip = "6.0.0" pnet = "0.35.0" dashmap = "6.1.0" strum = "0.27.2" strum_macros = "0.27.2" ratatui = "0.30.0" open = "5.3.3" chrono = "0.4.43" serde_json = "1.0.149" rusqlite = "0.39.0"