forge-release 0.1.1

Turn-key cross-platform release builds for Rust projects
# 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 = "forge-release"
version = "0.1.1"
authors = ["Eric Ratliff <eric@waveletsolutions.com>"]
build = false
exclude = [
    "release-artifacts/",
    "forge.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turn-key cross-platform release builds for Rust projects"
homepage = "https://cargo-forge.dev"
documentation = "https://docs.rs/cargo-forge"
readme = "README.md"
keywords = [
    "cross-compile",
    "build",
    "release",
    "zig",
    "cargo",
]
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/waveletsolutions/cargo-forge"

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

[dependencies.cargo-forge-core]
version = "0.1.1"