cargo-bundle 0.4.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 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]
name = "cargo-bundle"
version = "0.4.0"
authors = ["George Burton <burtonageo@gmail.com>"]
description = "Wrap rust executables in OS-specific app bundles"
keywords = ["bundle", "cargo"]
license = "MIT/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\na title bar.  It serves as an example of an application that\ncan be bundled with cargo-bundle, as well as a test-case for\ncargo-bundle's support for bundling crate examples.\n"
name = "Hello World"
short_description = "An example of a bundled application"

[[example]]
name = "hello"
path = "examples/hello/main.rs"
[dependencies.ar]
version = "0.3"

[dependencies.cab]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "^2"

[dependencies.dirs]
version = "1.0"

[dependencies.error-chain]
version = "0.12"

[dependencies.glob]
version = "0.2"

[dependencies.icns]
version = "^0.2"

[dependencies.image]
version = "0.12"

[dependencies.libflate]
version = "0.1"

[dependencies.md5]
version = "0.3"

[dependencies.msi]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.strsim]
version = "0.7"

[dependencies.tar]
version = "0.4"

[dependencies.target_build_utils]
version = "0.3"

[dependencies.term]
version = "0.4"

[dependencies.toml]
version = "0.4"

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

[dependencies.walkdir]
version = "2"
[dev-dependencies.tempfile]
version = "3"

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