boox-note-parser 0.2.0

A Rust library for parsing .note files from Onyx Boox e-ink devices.
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"
name = "boox-note-parser"
version = "0.2.0"
authors = ["Harry Hornbacher <dev@harry-hornbacher.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for parsing .note files from Onyx Boox e-ink devices."
readme = "README.md"
license = "Apache-2.0"

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

[[bin]]
name = "render"
path = "src/bin/render.rs"

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

[[test]]
name = "p1_format_coverage"
path = "tests/p1_format_coverage.rs"

[[test]]
name = "p2_fixture_coverage"
path = "tests/p2_fixture_coverage.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.log]
version = "0.4.27"

[dependencies.prost]
version = "0.14.1"

[dependencies.raqote]
version = "0.8.5"
features = ["png"]
default-features = false

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.141"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.uuid]
version = "1.17.0"
features = ["serde"]

[dependencies.zip]
version = "4.3.0"
features = ["deflate"]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3.19"