irid-std 0.3.1

A replacement for std when running without a filesystem on the irid kernel
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "irid-std"
version = "0.3.1"
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