# 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 = "archive-reader" version = "0.3.5" authors = ["Yaxin Cheng "] exclude = [ "test_resources", "src/archive_reader/archive_tests.rs", ] description = "Library for reading files from archives" homepage = "https://github.com/YaxinCheng/archive-reader" readme = "README.md" keywords = [ "libarchive", "zip", "rar", "7z", ] license = "MIT" repository = "https://github.com/YaxinCheng/archive-reader" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [build-dependencies.pkg-config] version = "0.3" [features] lending_iter = []