# 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 = "archivelib-sys" version = "0.2.0" authors = ["Opal Symes "] build = "build.rs" include = ["src/**/*", "c-lib/**/*", "Cargo.toml", "build.rs"] description = "An implementaton(in C++) of the Greenleaf ArchiveLib compression/decompression algorithm" homepage = "https://github.com/software-opal/archivelib-rs" license = "GPL-2.0-only" [[bin]] name = "unalszip" path = "src/executables/decompress.rs" [[bin]] name = "alszip" path = "src/executables/compress.rs" [dev-dependencies.rand] version = "0.7.2" [build-dependencies.bindgen] version = "0.51.0" [build-dependencies.cc] version = "1.0.45" features = ["parallel"]