mini-calc 4.0.2

A Fully-Featured Configurable (mini) Rust Calculator
# 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 = "mini-calc"
version = "4.0.2"
build = false
exclude = [
    "docs/*",
    "manual/*",
    "manual.pdf",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Fully-Featured Configurable (mini) Rust Calculator"
homepage = "https://calc.charlotte-thomas.me"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/vanilla-extract/calc"

[package.metadata.deb]
name = "mini-calc"
maintainer = "Charlotte Thomas"
copyright = "GPLv3"
license-file = "LICENSE"

[package.metadata.generate-rpm]
name = "mini-calc"
license = "GPLv3"

[[package.metadata.generate-rpm.assets]]
source = "target/release/mini-calc"
dest = "/usr/bin/mini-calc"
mode = "755"

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

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.atty]
version = "0.2"

[dependencies.confy]
version = "0.5.1"

[dependencies.gnuplot]
version = "0.0.39"

[dependencies.linefeed]
version = "0.6"

[dependencies.serde]
version = "1.0.192"
features = ["derive"]

[profile.dist]
lto = "thin"
inherits = "release"