cargo-exe 1.0.1

A Cargo plugin to print the path to the output executable from `cargo build`.
Documentation
# 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-exe"
version = "1.0.1"
authors = ["JS Dreim <jsdreim@protonmail.com>"]
exclude = ["/.idea"]
description = "A Cargo plugin to print the path to the output executable from `cargo build`."
documentation = "https://docs.rs/cargo-exe"
readme = "README.md"
keywords = [
    "cargo",
    "cli",
    "plugin",
    "utility",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
]
license = "Apache-2.0"
repository = "https://github.com/jsdreim/cargo-exe"
resolver = "2"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"

[dependencies.cargo_toml]
version = "0.11"

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