Epic: #282 | Phase: 1 | Priority: P2 | Size: S
Problem
zeph-core uses tokio = { features = ["full"] } compiling unnecessary features (io-util, signal, fs, net, process).
Solution
Replace with specific features: ["rt-multi-thread", "sync", "time", "macros"].