[package]
edition = "2024"
name = "no-std-moving-average"
version = "0.3.0"
authors = [
"Phil Markgraf <philip.markgraf@kel.vin>",
"Phil “Shaken” Markgraf <ShakenCodes@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Moving average filter for use in nostd environments."
readme = "README.md"
keywords = [
"moving-average",
"no-std",
]
categories = [
"algorithms",
"no-std",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Radiator-Labs/no-std-moving-average-rs"
[badges.maintenance]
status = "actively-developed"
[lib]
name = "no_std_moving_average"
path = "src/lib.rs"
[dependencies.heapless]
version = "0.8.0"
[dev-dependencies]