wobblechar 0.1.3

Parse ASCII/UTF-8 waveform diagrams into a stream of decoded samples.
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 = "2024"
rust-version = "1.85"
name = "wobblechar"
version = "0.1.3"
authors = ["Paul Mourus <paul@mourus.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse ASCII/UTF-8 waveform diagrams into a stream of decoded samples."
readme = "README.md"
keywords = [
    "waveform",
    "signal",
    "testing",
    "embedded",
    "no-std",
]
categories = [
    "development-tools::testing",
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mous-design/wobblechar"
resolver = "2"

[features]
default = ["std"]
std = []

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.heapless]
version = "0.8"

[dependencies.log]
version = "0.4.29"

[dependencies.num-traits]
version = "0.2.19"

[dev-dependencies.test-log]
version = "0.2.19"