# 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" version = "0.2.4" description = """ R3-OS: Experimental static component-oriented RTOS for deeply embedded systems """ readme = "README.md" keywords = [ "r3", "rtos", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/r3-os/r3" [package.metadata.docs.rs] all-features = true targets = [] rustdoc-args = [ "--html-in-header", "src/common.md", ] [dependencies.embed-doc-image] version = "0.1.4" optional = true [dependencies.macropol] version = "0.1.2" [dependencies.r3_core] version = "0.1.4" package = "r3_core" [dependencies.stable_deref_trait] version = "1.2.0" default-features = false [dependencies.svgbobdoc] version = "0.3.0" [dev-dependencies] [features] _full = [] chrono_0p4 = ["r3_core/chrono_0p4"] default = [] doc = [ "svgbobdoc/enable", "embed-doc-image", "r3_core/doc", ] sync = []