# 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 = "2018" name = "cargo-appimage" version = "2.2.0" authors = [ "Isaac Mills ", "Jim Hessin ", ] description = "Converts your crate into an AppImage" homepage = "https://github.com/StratusFearMe21/cargo-appimage" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/StratusFearMe21/cargo-appimage" [package.metadata.appimage] assets = [".idea"] [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [[bin]] name = "cargo-appimage" path = "src/main.rs" test = false doc = false [[bin]] name = "cargo-appimage-runner" path = "src/apprun.rs" test = false doc = false [dependencies.anyhow] version = "1.0.56" [dependencies.cargo_metadata] version = "0.14.2" [dependencies.cargo_toml] version = "0.17.1" [dependencies.exec] version = "0.3.1" [dependencies.fs_extra] version = "1.2.0" [dependencies.glob] version = "0.3.0" [dependencies.memmap] version = "0.7.0" [dependencies.platforms] version = "2.0.0"