cargo-bundle 0.10.0

Wrap rust executables in OS-specific app bundles
# 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 = "2024"
name = "cargo-bundle"
version = "0.10.0"
authors = ["George Burton <burtonageo@gmail.com>"]
build = false
autolib = 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]
name = "hello"
identifier = "io.github.burtonageo.cargo-bundle.hello"
icon = [
    "examples/hello/icon.svg",
    "examples/hello/icon*.png",
]
category = "Utility"
short_description = "An example of a bundled application"
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.
"""

[[bin]]
name = "cargo-bundle"
path = "src/main.rs"

[[example]]
name = "hello"
path = "examples/hello/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.ar]
version = "0.9.0"

[dependencies.cab]
version = "0.6.0"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.5.60"
features = [
    "derive",
    "wrap_help",
    "cargo",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.icns]
version = "0.4.0"

[dependencies.image]
version = "0.25.10"
features = ["png"]

[dependencies.libflate]
version = "2.2.1"

[dependencies.md5]
version = "0.8.0"

[dependencies.msi]
version = "0.10.0"

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "native-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strsim]
version = "0.11.1"

[dependencies.tar]
version = "0.4.44"

[dependencies.target_build_utils]
version = "0.3.1"

[dependencies.term]
version = "1.2.1"

[dependencies.toml]
version = "0.9.8"

[dependencies.uuid]
version = "1.22.0"
features = ["v5"]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.winit]
version = "0.30.13"