# 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 = "squash-sys" version = "1.0.2" authors = ["Zachary Dremann "] links = "libsquash0.8" description = "sys-level bindings to the squash compression library" readme = "README.markdown" keywords = ["squash", "compress", "decompress", "uncompress"] license = "MIT/Apache-2.0" repository = "https://github.com/Dr-Emann/rust-squash-sys" [package.metadata.docs.rs] features = ["docs-rs"] [dependencies.libc] version = "0.2" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.libc] version = "0.2" [dev-dependencies.rand] version = "0.4" [build-dependencies.pkg-config] version = "0.3.16" [features] docs-rs = []