# 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 = "r3_port_std" version = "0.2.1" description = "Simulator port for the R3-OS original kernel" keywords = [ "r3", "simulator", ] license = "MIT OR Apache-2.0" repository = "https://github.com/r3-os/r3" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [] rustdoc-args = [ "--html-in-header", "src/common.md", ] [[bench]] name = "test_suite" harness = false [dependencies.atomic_ref] version = "0.2.0" [dependencies.env_logger] version = "0.8.4" [dependencies.log] version = "0.4.8" [dependencies.once_cell] version = "1.4.0" [dependencies.r3_core] version = "0.1.0" [dependencies.r3_kernel] version = "0.1.0" [dependencies.slab] version = "0.4.5" [dependencies.spin] version = "0.9.2" features = ["spin_mutex"] default-features = false [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] doc = [] [target."cfg(unix)".dependencies.errno] version = "0.2.5" [target."cfg(unix)".dependencies.libc] version = "0.2.71" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = [ "processthreadsapi", "synchapi", "errhandlingapi", "handleapi", ]