[package]
name = "hrx"
version = "1.0.0"
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the HRX plain text archive format"
documentation = "https://rawcdn.githack.com/nabijaczleweli/hrx.rs/doc/hrx/index.html"
readme = "README.md"
keywords = [
"archive",
"plaintext",
]
categories = [
"command-line-utilities",
"encoding",
]
license = "MIT"
repository = "https://github.com/nabijaczleweli/hrx.rs"
[lib]
name = "hrx"
path = "src/lib.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[dependencies.linked-hash-map]
version = "0.5"
[dependencies.memchr]
version = "2.7"
[dependencies.peg]
version = "0.8"