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