# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "squashfs" version = "0.1.0" authors = ["疯魔慕薇 "] description = "A pure rust implement of squashfs library." documentation = "https://docs.rs/squashfs" readme = "README.md" keywords = ["squashfs", "sqs"] license = "MIT" repository = "https://github.com/kofj/rust-squashfs" [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1.4.3" [dependencies.flate2] version = "1.0" [dependencies.flexi_logger] version = "0.18.0" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "^0.8" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.smart-default] version = "0.6.0" [dev-dependencies] [features] gzip-sqs = []