delharc 0.6.2

A library for parsing and extracting files from LHA/LZH archives.
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 = "2021"
rust-version = "1.65"
name = "delharc"
version = "0.6.2"
authors = ["Rafal Michalski <royaltm75@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "tests/*",
    "examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for parsing and extracting files from LHA/LZH archives."
homepage = "https://github.com/royaltm/rust-delharc"
readme = "README.md"
keywords = [
    "LHA",
    "LZH",
    "UNLHA",
]
categories = ["compression"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/royaltm/rust-delharc"

[package.metadata.docs.rs]
all-features = true

[features]
default = [
    "std",
    "lh1",
    "lz",
]
lh1 = []
lhx = []
lz = []
std = [
    "chrono/std",
    "chrono/clock",
]

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

[dependencies.bitflags]
version = "2.5"

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.memchr]
version = "2"
default-features = false

[dev-dependencies.crc-any]
version = "2.5"
default-features = false

[dev-dependencies.rand]
version = "0.8.5"