amjad_os_user_std 0.1.2

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

[[package]]
name = "amjad_os_kernel_user_link"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3f685575a8b4cf47d420e12c88493d0bbd8839378cf7bf8d2d7bb17e0f8063"
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
]

[[package]]
name = "amjad_os_user_std"
version = "0.1.2"
dependencies = [
 "amjad_os_kernel_user_link",
 "compiler_builtins",
 "increasing_heap_allocator",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

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

[[package]]
name = "increasing_heap_allocator"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9bd9bba17d8a67cdb992352ad90e0c5f586cca76c44588339f4378f31ae92b6"
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"