r3 0.1.2

Static RTOS testing the limit of Rust's const eval and generics
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.7.1"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.chrono]
default-features = false
optional = true
version = "0.4.13"

[dependencies.num-integer]
default-features = false
version = "0.1.42"

[dependencies.num-traits]
default-features = false
version = "0.2.11"

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.svgbobdoc]
version = "0.3.0-alpha.1"

[dependencies.tokenlock]
default-features = false
version = "0.3.4"
[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"]
inline_syscall = []
priority_boost = []
system_time = []

[package]
authors = ["yvt <i@yvt.jp>"]
categories = ["embedded", "no-std"]
description = "Static RTOS testing the limit of Rust's const eval and generics"
edition = "2021"
keywords = ["r3", "rtos"]
license = "MIT OR Apache-2.0"
name = "r3"
readme = "README.md"
repository = "https://github.com/yvt/r3"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
targets = []