# 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 = "squashfs-ng" version = "0.1.3" authors = ["Matthew Schauer "] description = "High-level Rust wrapper for squashfs-tools-ng" documentation = "https://docs.rs/squashfs-ng" readme = "readme.md" categories = [ "compression", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/showermat/squashfs-ng-rs" [package.metadata.docs.rs] features = ["hermetic"] [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.memmap] version = "0.7" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.13" [dependencies.owning_ref] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2.3" [dependencies.xattr] version = "0.2" [build-dependencies.bindgen] version = "0.69" [features] hermetic = []