# 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" name = "delharc" version = "0.6.1" authors = ["Rafal Michalski "] exclude = [ ".github", ".gitignore", "tests/*", "examples/*", ] 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 [[example]] name = "extract" path = "examples/extract.rs" required-features = ["std"] [[test]] name = "decode" path = "tests/decode.rs" required-features = ["std"] [[test]] name = "larc333" path = "tests/larc333.rs" required-features = ["std"] [[test]] name = "lenghts" path = "tests/lenghts.rs" required-features = ["std"] [[test]] name = "lha213" path = "tests/lha213.rs" required-features = ["std"] [[test]] name = "lha255e" path = "tests/lha255e.rs" required-features = ["std"] [[test]] name = "lha_amiga_122" path = "tests/lha_amiga_122.rs" required-features = ["std"] [[test]] name = "lha_amiga_212" path = "tests/lha_amiga_212.rs" required-features = ["std"] [[test]] name = "lha_os2_208" path = "tests/lha_os2_208.rs" required-features = ["std"] [[test]] name = "lha_os9_211c" path = "tests/lha_os9_211c.rs" required-features = ["std"] [[test]] name = "lha_osk_201" path = "tests/lha_osk_201.rs" required-features = ["std"] [[test]] name = "lha_unix114i" path = "tests/lha_unix114i.rs" required-features = ["std"] [[test]] name = "lha_x68k_213" path = "tests/lha_x68k_213.rs" required-features = ["std"] [[test]] name = "lharc113" path = "tests/lharc113.rs" required-features = ["std"] [[test]] name = "lharc_atari_313a" path = "tests/lharc_atari_313a.rs" required-features = ["std"] [[test]] name = "lhmelt_16536" path = "tests/lhmelt_16536.rs" required-features = ["std"] [[test]] name = "lzs" path = "tests/lzs.rs" required-features = ["std"] [[test]] name = "regression" path = "tests/regression.rs" required-features = ["std"] [[test]] name = "unlha32" path = "tests/unlha32.rs" required-features = ["std"] [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" [features] default = [ "std", "lh1", "lz", ] lh1 = [] lhx = [] lz = [] std = [ "chrono/std", "chrono/clock", ]