freertos-rust-pd 0.2.3

Create to use FreeRTOS in rust projects. The freertos-cargo-build crate can be used to build and link FreeRTOS from source inside build.rs.
Documentation
# 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 = "2018"
name = "freertos-rust-pd"
version = "0.2.3"
authors = [
    "Tobias Kaupat <tk@lobaro.de>",
    "Shiv Rajora <rajora.shiv@gmail.com>",
]
build = "build.rs"
links = "freertos"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Create to use FreeRTOS in rust projects.
The freertos-cargo-build crate can be used to build and link FreeRTOS from source inside build.rs.
"""
readme = "README.md"
keywords = [
    "FreeRTOS",
    "embedded",
    "demo",
    "library",
]
license = "MIT"
repository = "https://github.com/shivrajora/FreeRTOS-rust"

[features]
allocator = []
cpu_clock = []
default = [
    "allocator",
    "sync",
    "time",
    "hooks",
    "interrupt",
    "delete_task",
]
delete_task = []
hooks = []
interrupt = []
sync = ["interrupt"]
time = ["interrupt"]

[lib]
name = "freertos_rust"
path = "src/lib.rs"

[dependencies]

[target.'cfg(not(target_has_atomic = "ptr"))'.dependencies.portable-atomic]
version = "1"
features = ["critical-section"]

[target.'cfg(not(target_has_atomic = "ptr"))'.dependencies.portable-atomic-util]
version = "0.2"
features = ["alloc"]