[Add] basic split

This commit is contained in:
Alex Emmet 2026-04-04 19:46:21 +02:00
commit 3cdf7c62d5
77 changed files with 506 additions and 648 deletions

177
Cargo.lock generated
View file

@ -847,6 +847,53 @@ version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
[[package]]
name = "decentralized"
version = "0.1.0"
dependencies = [
"actix-web",
"actix-web-actors",
"aes-gcm",
"async-trait",
"base64",
"chrono",
"crossterm",
"dashmap",
"futures",
"futures-util",
"hex",
"hkdf",
"hyper",
"hyper-util",
"json",
"lazy_static",
"once_cell",
"open",
"pnet",
"rand 0.8.5",
"rand_core 0.6.4",
"ratatui",
"reqwest",
"rusqlite",
"rustls",
"rustls-pemfile",
"serde_json",
"sha2",
"strum 0.27.2",
"strum_macros 0.27.2",
"sysinfo",
"tokio",
"tokio-tungstenite",
"ttp-core",
"ttp-native",
"tungstenite",
"uuid",
"walkdir",
"warp",
"x448",
"zip",
]
[[package]]
name = "deflate64"
version = "0.1.12"
@ -1028,9 +1075,9 @@ dependencies = [
[[package]]
name = "fastrand"
version = "2.3.0"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f"
[[package]]
name = "fiat-crypto"
@ -1723,6 +1770,14 @@ dependencies = [
[[package]]
name = "iota"
version = "0.1.0"
dependencies = [
"ttp-core",
"ttp-native",
]
[[package]]
name = "iota-cli"
version = "0.1.0"
dependencies = [
"actix-web",
"actix-web-actors",
@ -1738,6 +1793,7 @@ dependencies = [
"hkdf",
"hyper",
"hyper-util",
"iota-state",
"json",
"lazy_static",
"once_cell",
@ -1767,6 +1823,64 @@ dependencies = [
"zip",
]
[[package]]
name = "iota-core"
version = "0.1.0"
dependencies = [
"dashmap",
"iota-state",
"json",
"once_cell",
"pnet",
"ratatui",
"reqwest",
"tokio",
"ttp-core",
"ttp-native",
]
[[package]]
name = "iota-logger"
version = "0.1.0"
[[package]]
name = "iota-state"
version = "0.1.0"
dependencies = [
"dashmap",
"json",
"once_cell",
"sysinfo",
"tokio",
"ttp-core",
]
[[package]]
name = "iota-storage"
version = "0.1.0"
dependencies = [
"aes-gcm",
"base64",
"hex",
"hkdf",
"json",
"once_cell",
"rand 0.8.5",
"rand_core 0.6.4",
"ratatui",
"reqwest",
"rusqlite",
"sha2",
"sysinfo",
"tokio",
"ttp-core",
"ttp-native",
"uuid",
"walkdir",
"x448",
"zip",
]
[[package]]
name = "ipnet"
version = "2.12.0"
@ -2257,6 +2371,18 @@ dependencies = [
"asn1-rs",
]
[[package]]
name = "omikron-connector"
version = "0.1.0"
dependencies = [
"dashmap",
"json",
"tokio",
"ttp-core",
"ttp-native",
"uuid",
]
[[package]]
name = "once_cell"
version = "1.21.4"
@ -4224,6 +4350,53 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "web-ui"
version = "0.1.0"
dependencies = [
"actix-web",
"actix-web-actors",
"aes-gcm",
"async-trait",
"base64",
"chrono",
"crossterm",
"dashmap",
"futures",
"futures-util",
"hex",
"hkdf",
"hyper",
"hyper-util",
"json",
"lazy_static",
"once_cell",
"open",
"pnet",
"rand 0.8.5",
"rand_core 0.6.4",
"ratatui",
"reqwest",
"rusqlite",
"rustls",
"rustls-pemfile",
"serde_json",
"sha2",
"strum 0.27.2",
"strum_macros 0.27.2",
"sysinfo",
"tokio",
"tokio-tungstenite",
"ttp-core",
"ttp-native",
"tungstenite",
"uuid",
"walkdir",
"warp",
"x448",
"zip",
]
[[package]]
name = "webpki-root-certs"
version = "1.0.6"