oxide-mvu 0.4.2

A standalone MVU runtime for Rust with no_std support for embedded systems
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 = "2021"
name = "oxide-mvu"
version = "0.4.2"
build = false
exclude = []
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standalone MVU runtime for Rust with no_std support for embedded systems"
homepage = "https://github.com/noheltcj/oxide-mvu"
documentation = "https://docs.rs/oxide-mvu"
readme = "README.md"
keywords = [
    "mvu",
    "architecture",
    "no-std",
    "embedded",
    "state-management",
]
categories = [
    "no-std",
    "embedded",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/noheltcj/oxide-mvu"

[features]
futures = ["dep:futures"]
no_std = []
testing = ["futures"]

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

[[test]]
name = "integration"
path = "tests/integration/lib.rs"

[[bench]]
name = "allocation_bench"
path = "benches/allocation_bench.rs"
harness = false

[dependencies.async-channel]
version = "2.5.0"
features = ["portable-atomic"]
default-features = false

[dependencies.futures]
version = "0.3.31"
features = ["executor"]
optional = true

[dependencies.portable-atomic-util]
version = "0.2.4"
features = ["alloc"]
default-features = false

[dependencies.spin]
version = "0.10.0"
features = ["portable_atomic"]

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.mockall]
version = "0.14"