# 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" name = "cargo-bundle" version = "0.6.1" authors = ["George Burton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrap rust executables in OS-specific app bundles" readme = "README.md" keywords = [ "bundle", "cargo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/burtonageo/cargo-bundle" [package.metadata.bundle.example.hello] category = "Utility" icon = ["examples/hello/icon*.png"] identifier = "io.github.burtonageo.cargo-bundle.hello" long_description = """ A trivial application that just displays a blank window with a title bar. It serves as an example of an application that can be bundled with cargo-bundle, as well as a test-case for cargo-bundle's support for bundling crate examples. """ name = "hello" short_description = "An example of a bundled application" [[bin]] name = "cargo-bundle" path = "src/main.rs" [[example]] name = "hello" path = "examples/hello/main.rs" [dependencies.ar] version = "0.9" [dependencies.cab] version = "0.4" [dependencies.cargo_metadata] version = "0.15" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "^2" [dependencies.dirs] version = "1.0" [dependencies.error-chain] version = "0.12" [dependencies.glob] version = "0.3" [dependencies.icns] version = "0.3" [dependencies.image] version = "0.12" [dependencies.libflate] version = "1.2" [dependencies.md5] version = "0.7" [dependencies.msi] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.strsim] version = "0.10" [dependencies.tar] version = "0.4" [dependencies.target_build_utils] version = "0.3" [dependencies.term] version = "0.4" [dependencies.toml] version = "0.5" [dependencies.uuid] version = "1" features = ["v5"] [dependencies.walkdir] version = "2" [dev-dependencies.tempfile] version = "3" [dev-dependencies.winit] version = "0.24"