emerald_std 0.2.5

bare basic std functionality for the userspace programs for Emerald OS
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "compiler_builtins"
version = "0.1.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9"

[[package]]
name = "emerald_kernel_user_link"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "553132cab85a2a497d1ea12e887b0c02ad4d1a17f09900ec74640eacdaa87b97"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
]

[[package]]
name = "emerald_std"
version = "0.2.5"
dependencies = [
 "compiler_builtins",
 "emerald_kernel_user_link",
 "increasing_heap_allocator",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

[[package]]
name = "increasing_heap_allocator"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f78a0467200b54f544152c480d8863463dfbee92af6d7fe279f68bf287e5c928"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

[[package]]
name = "rustc-std-workspace-alloc"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86"

[[package]]
name = "rustc-std-workspace-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"