a 0.1.1

HJ 212 ASCII protocol: framing, parsing, CRC, and builders.
Documentation
[dependencies.base64]
optional = true
version = "0.22"

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

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.sm4]
optional = true
version = "0.5"

[dependencies.thiserror]
version = "2"

[features]
default = []
serde = ["dep:serde", "chrono/serde"]
sm4 = ["dep:sm4", "dep:base64"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "HJ 212 ASCII protocol: framing, parsing, CRC, and builders."
documentation = "https://docs.rs/a"
edition = "2024"
homepage = "https://git.sr.ht/~hkl/a"
include = ["Cargo.toml", "README.md", "README_EN.md", "LICENSE", "src/**"]
keywords = ["hj212", "protocol", "crc16", "parser", "framing"]
license = "Apache-2.0"
name = "a"
readme = "README.md"
repository = "https://git.sr.ht/~hkl/a"
version = "0.1.1"