# 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" rust-version = "1.80.0" name = "timeslice" version = "0.5.0" authors = ["Michael Büsch "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple periodic time slice scheduler" readme = "README.md" keywords = [ "scheduler", "task", "periodic", ] categories = [ "concurrency", "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbuesch/timeslicers.git" [lib] name = "timeslice" path = "src/lib.rs" [dependencies.cfg-if] version = "1" [dependencies.esp-idf-hal] version = "0.44" optional = true [dependencies.esp-idf-svc] version = "0.49" optional = true [dependencies.paste] version = "1" [features] default = [ "hal-dummy", "meas", ] hal-dummy = [] hal-espidf = [ "dep:esp-idf-hal", "dep:esp-idf-svc", ] meas = []