# 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 = "2021" name = "emerald_std" version = "0.3.2" authors = ["Amjad Alsharafi"] description = "bare basic std functionality for the userspace programs for Emerald OS" readme = "README.md" keywords = [ "userspace", "kernel", "os", ] categories = ["os"] license = "MIT" repository = "https://github.com/Amjad50/Emerald" [dependencies.alloc] version = "1.0.0" optional = true package = "rustc-std-workspace-alloc" [dependencies.compiler_builtins] version = "0.1.111" optional = true [dependencies.core] version = "1.0.0" optional = true package = "rustc-std-workspace-core" [dependencies.increasing_heap_allocator] version = "0.1.3" [dependencies.kernel_user_link] version = "0.2.12" package = "emerald_kernel_user_link" [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", ]