[dependencies.alloc]
optional = true
package = "rustc-std-workspace-alloc"
version = "1.0.0"
[dependencies.compiler_builtins]
optional = true
version = "0.1.2"
[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"
[dependencies.increasing_heap_allocator]
version = "0.1.3"
[dependencies.kernel_user_link]
package = "emerald_kernel_user_link"
version = "0.2.3"
[features]
rustc-dep-of-std = ["core", "compiler_builtins", "alloc", "compiler_builtins/mem", "kernel_user_link/rustc-dep-of-std", "increasing_heap_allocator/rustc-dep-of-std"]
[package]
authors = ["Amjad Alsharafi"]
categories = ["os"]
description = "bare basic std functionality for the userspace programs for Emerald OS"
edition = "2021"
keywords = ["userspace", "kernel", "os"]
license = "MIT"
name = "emerald_std"
readme = "README.md"
repository = "https://github.com/Amjad50/Emerald"
version = "0.2.4"