# 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" rust-version = "1.77.2" name = "wrappe" version = "1.0.4" authors = ["Christian Sdunek "] build = "build.rs" include = [ "Cargo.toml", "src/**/*", "startpe.tar", "build.rs", "LICENSE", ] description = "Packer for creating self-contained single-binary applications from executables and directories" readme = "README.md" keywords = [ "compression", "binary", "executable", "packer", "filesystem", ] categories = [ "compression", "filesystem", "command-line-utilities", ] license = "BSD-2-Clause" repository = "https://github.com/Systemcluster/wrappe" [profile.dev] opt-level = 0 panic = "abort" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" incremental = false strip = "symbols" [[bin]] name = "wrappe" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = [ "std", "color", "suggestions", "derive", "unicode", "wrap_help", ] [dependencies.color-backtrace] version = "0.6.1" [dependencies.console] version = "0.15.8" [dependencies.editpe] version = "0.2.1" features = ["std"] default-features = false [dependencies.indicatif] version = "0.17.9" [dependencies.jwalk] version = "0.8.1" [dependencies.num_cpus] version = "1.16.0" [dependencies.path-slash] version = "0.2.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.staticfilemap] version = "0.8.0" features = [ "zstd", "multithread", ] default-features = false [dependencies.sysinfo] version = "0.32.0" [dependencies.twox-hash] version = "1.6.3" default-features = false [dependencies.zerocopy] version = "0.8.10" [dependencies.zstd] version = "0.13.2" features = [ "zstdmt", "zdict_builder", ] default-features = false [build-dependencies.jwalk] version = "0.8.1" [build-dependencies.tar] version = "0.4.43" [build-dependencies.which] version = "7.0.0"