[package] name = "std" version = "0.1.0" edition = "2024" [dependencies] cfg-if = { version = "1.0" } rustc-demangle = { version = "0.1.27" } hashbrown = "0.16" os-std-macros = { path = "../os-std-macros" } shared = { path = "../shared", features = ["user"] } io = { path = "../io", features = ["alloc"] }