[package] name = "unarj-rs" version = "0.2.1" edition = "2021" description = "Library for handling & extracting arj archives." authors = ["Mike Krüger "] homepage = "https://github.com/mkrueger/unarj-rs" repository = "https://github.com/mkrueger/unarj-rs" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crc32fast = "1.4.0" delharc = "0.6.1" bitstream-io = "2.3.0" chrono = "0.4.38"