# 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 = "freertos-std" version = "0.0.1" description = "A Clone of the Rust Standard Library for FreeRTOS" readme = "README.md" keywords = [ "FreeRTOS", "std", ] categories = [ "embedded", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sheref-sidarous/freertos-std" [package.metadata.fortanix-sgx] heap_size = 134217728 threads = 125 [lib] crate-type = ["rlib"] [[bench]] name = "stdbenches" path = "benches/lib.rs" test = true [dependencies.addr2line] version = "0.17.0" optional = true default-features = false [dependencies.cfg-if] version = "1.0" [dependencies.compiler_builtins] version = "0.1.91" [dependencies.hashbrown] version = "0.12" features = ["rustc-internal-api"] default-features = false [dependencies.libc] version = "0.2.140" default-features = false [dependencies.miniz_oxide] version = "0.5.0" optional = true default-features = false [dependencies.object] version = "0.29.0" features = [ "read_core", "elf", "macho", "pe", "unaligned", "archive", ] optional = true default-features = false [dependencies.panic-abort] version = "0.3.2" [dependencies.rustc-demangle] version = "0.1.21" [dev-dependencies.rand] version = "0.8.5" features = ["alloc"] default-features = false [dev-dependencies.rand_xorshift] version = "0.3.0" [features] backtrace = [ "gimli-symbolize", "addr2line/rustc-dep-of-std", "object/rustc-dep-of-std", "miniz_oxide/rustc-dep-of-std", ] gimli-symbolize = [] panic_immediate_abort = []