# 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" version = "0.2.0" authors = ["Opal Symes "] exclude = ["fuzz", "archivelib-sys-*", "e2e_test", "test_data", "cli"] description = "An implementaton of the Greenleaf ArchiveLib compression/decompression algorithm" homepage = "https://github.com/software-opal/archivelib-rs" license = "GPL-2.0-only" [[bin]] name = "unalzip" path = "src/executables/decompress.rs" [[bin]] name = "alzip" path = "src/executables/compress.rs" [dependencies.archivelib-sys] version = "0.2.0" optional = true [dependencies.failure] version = "0.1.5" [dependencies.failure_derive] version = "0.1.5" [dev-dependencies.archivelib-sys] version = "0.2.0" [dev-dependencies.humthreads] version = "0.1.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.7.2" [features] default = ["new_impl"] new_impl = [] sys = ["archivelib-sys"]