[package] name = "simple-archive" version = "0.3.0" edition = "2021" authors = ["Jaime Cura "] description = "Slim library to simplify handling compressed archives in Rust based on libarchive" repository = "https://github.com/jaimecura/simple-archive.git" homepage = "https://github.com/jaimecura/simple-archive.git" license = "MIT" readme = "README.md" keywords = ["compression", "archive", "libarchive"] build = "build_script.rs" [dependencies] libc = "0.2.155" thiserror = "1.0.62" [build-dependencies] pkg-config = "0.3.30" [dev-dependencies] sha256 = "1.5.0"