# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "harsark" version = "0.3.5" authors = ["kanishkarj "] description = "Safe and lightweight real-time Kernel." readme = "README.md" keywords = ["arm", "cortex-m"] categories = ["embedded", "no-std", "concurrency"] license-file = "LICENSE.md" repository = "https://github.com/Autonomous-Cyber-Physical-Systems/harsark.rs" [package.metadata.docs.rs] default-target = "thumbv7em-none-eabi" features = ["events_64", "timer", "system_logger", "alloc", "process_monitor"] targets = ["thumbv7em-none-eabi"] [lib] test = false bench = false [dependencies.alloc-cortex-m] version = "0.4.0" optional = true [dependencies.cortex-m] version = "0.6.3" features = ["inline-asm", "const-fn"] [dependencies.cortex-m-rt] version = "0.6.12" [dependencies.cortex-m-semihosting] version = "0.3.2" [build-dependencies.cc] version = "1.0.28" [features] alloc = ["alloc-cortex-m"] default = [] events_16 = ["timer"] events_32 = ["timer"] events_64 = ["timer"] process_monitor = ["system_logger"] resources_16 = [] resources_32 = [] resources_64 = [] system_logger = ["timer"] tasks_16 = [] tasks_32 = [] tasks_8 = [] timer = []