[package]
name = "irid-std"
version = "0.3.1"
edition = "2024"
license = "MIT"
description = "A replacement for std when running without a filesystem on the irid kernel"
keywords = ["irid", "no-std", "driver"]
readme = "README.md"
categories = ["no-std", "os"]
[target.'cfg(target_os = "none")'.dependencies]
allocator-api2 = { version = "0.4.0", default-features = false, features = ["alloc"] }
heapless = "0.9.3"
itertools = { version = "0.15.0", default-features = false }
irid-syscall = { version = "0.3.0", path = "../irid-syscall" }
spin = { version = "0.12.0", features = ["rwlock"] }
talc = "5.0.4"
thiserror = { version = "2.0.18", default-features = false }