feat(core): implement AlknetEndpoint, HandlerRegistry, accept loops (quinn + iroh), TLS identity (RawKey/X509/SelfSigned), and graceful shutdown (task: core/endpoint)

This commit is contained in:
2026-06-23 15:12:14 +00:00
parent dabb0d8b68
commit 8d056a2b59
3 changed files with 994 additions and 2 deletions

12
Cargo.lock generated
View File

@@ -74,7 +74,10 @@ dependencies = [
"hex",
"iroh",
"quinn",
"rand 0.8.6",
"rcgen 0.13.2",
"rustls",
"rustls-pemfile",
"rustls-pki-types",
"serde",
"serde_json",
@@ -3286,6 +3289,15 @@ dependencies = [
"security-framework",
]
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.14.1"