jamjam 0.3.0

Handles JAM, PCBOARD message bases & QWK packets.
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.89"
name = "jamjam"
version = "0.3.0"
authors = ["Mike Krüger <mkrueger@posteo.de>"]
build = false
exclude = ["fuzz"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Handles JAM, PCBOARD message bases & QWK packets."
homepage = "https://github.com/mkrueger/jamjam"
readme = "README.md"
keywords = [
    "jam",
    "pcboard",
    "qwk",
    "qwke",
    "messagebase",
]
categories = [
    "parser-implementations",
    "encoding",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mkrueger/jamjam"

[lib]
name = "jamjam"
path = "src/lib.rs"
bench = false

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "jam"
path = "benches/jam.rs"
harness = false

[dependencies.bstr]
version = "1.10.0"

[dependencies.chrono]
version = "0.4.37"

[dependencies.fastrand]
version = "2"

[dependencies.log]
version = "0.4.25"

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.23.0"