minmax-cli 0.1.0-beta.7

programs computing min and max argument values
# 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"
rust-version = "1.61.0"
name = "minmax-cli"
version = "0.1.0-beta.7"
authors = ["Radim Kolar <hsn@sendmail.cz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "programs computing min and max argument values"
homepage = "https://gitlab.com/hsn10/minmax-cli"
documentation = "https://docs.rs/minmax-cli"
readme = "README.md"
keywords = [
    "min",
    "max",
    "cli",
    "abs",
]
categories = [
    "mathematics",
    "command-line-utilities",
]
license = "Unlicense OR CC0-1.0"
repository = "https://gitlab.com/hsn10/minmax-cli.git"

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

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

[dependencies.getopt2]
version = "0.1.0"

[profile.release]
lto = true
panic = "abort"
strip = true