# 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_core" version = "0.1.4" description = "R3-OS API definition" 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.arrayvec] version = "0.7.1" default-features = false [dependencies.bitflags] version = "1.2.1" [dependencies.chrono_0p4] version = "0.4.13" optional = true default-features = false package = "chrono" [dependencies.either] version = "1.6.1" default-features = false [dependencies.elain] version = "0.3.0" [dependencies.macropol] version = "0.1.2" [dependencies.memoffset] version = "0.6.5" features = ["unstable_const"] [dependencies.seq-macro] version = "0.3.0" [dependencies.stable_deref_trait] version = "1.2.0" default-features = false [dependencies.svgbobdoc] version = "0.3.0" [dependencies.tokenlock] version = "0.3.4" default-features = false [dev-dependencies.env_logger] version = "0.8.4" [dev-dependencies.log] version = "0.4.8" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] _full = [] default = [] doc = ["svgbobdoc/enable"]