[dependencies.embedded-io]
version = "0.7.0"
[dev-dependencies.embedded-io-adapters]
version = "0.7.0"
[dev-dependencies.extra-embedded-io-adapters]
version = "0.1"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.tee-embedded-io]
version = "0.1"
[[example]]
name = "demo"
path = "examples/demo.rs"
[[example]]
name = "hashing"
path = "examples/hashing.rs"
[lib]
name = "windowed_infinity"
path = "src/lib.rs"
[package]
authors = ["chrysn <chrysn@fsfe.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std::no-alloc"]
description = "A data structure representing an infinite sequentially writable u8 vector of which a small view has writes to it preserved. This is primarily useful when implementing CoAP block-wise transfers, and also convenient for logging on constrained devices."
documentation = "https://docs.rs/windowed-infinity/"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "windowed-infinity"
readme = "README.md"
repository = "https://codeberg.org/chrysn/windowed-infinity"
rust-version = "1.82"
version = "0.2.0"