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