rivulets 0.0.0

Embedded dataflow framework
Documentation
[dependencies.async-ringbuf]
default-features = false
version = "0.3"

[dependencies.cfg-if]
features = ["core"]
version = "1.0.1"

[dependencies.defmt]
optional = true
version = "1"

[dependencies.embassy-sync]
version = "0.7.0"

[dependencies.embedded-io]
version = "0.6"

[dependencies.libm]
version = "0.2.15"

[dependencies.log]
default-features = false
optional = true
version = "0.4.27"

[dependencies.ringbuf]
default-features = false
version = "0.4.7"

[dependencies.rivulets-driver]
version = "0.0.0"

[dev-dependencies.critical-section]
version = "1.2.0"

[dev-dependencies.embedded-io-adapters]
version = "0.6"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "full"]
version = "1"

[features]
alloc = ["ringbuf/alloc", "async-ringbuf/alloc"]
defmt = ["dep:defmt", "embassy-sync/defmt"]
log = ["dep:log", "embassy-sync/log"]
std = ["alloc", "embedded-io/std", "rivulets-driver/std", "embassy-sync/std", "ringbuf/std", "async-ringbuf/std", "log", "embedded-io-adapters/std", "critical-section/std"]

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

[package]
authors = ["Decaday <myDecaday@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std"]
description = "Embedded dataflow framework"
documentation = "https://docs.rs/rivulets"
edition = "2021"
homepage = "https://github.com/decaday/rivulets"
license = "Apache-2.0"
name = "rivulets"
readme = "README.md"
repository = "https://github.com/decaday/rivulets"
version = "0.0.0"