# 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 = "rart-rs" version = "0.0.8" authors = ["Matheus T. dos Santos "] description = "A async runtime to use the benefits of the availables embedded OS" documentation = "https://docs.rs/rart-rs" readme = "README.md" keywords = [ "async", "embedded", "no-std", ] categories = [ "asynchronous", "embedded", "no-std", ] license-file = "LICENSE" repository = "https://github.com/RustAsyncRT/rart-rs" resolver = "2" [dependencies.chrono] version = "0.4.19" default_features = false [dependencies.const_format] version = "0.2.26" [dependencies.heapless] version = "0.7.10" [dependencies.panic-halt] version = "0.2.0" [dependencies.rart-macros] version = "0.0.6" [features] alloc_rtos = [] alloc_rust = [] peripherals = [] std = ["chrono/default"] zbus = []