# 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 = "3.2.0" exclude = [ "docs/*", "manual/*", "manual.pdf", ] description = "A fully-featured minimalistic configurable rust calculator" homepage = "https://calc.nwa2coco.fr" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/coco33920/calc" [package.metadata.deb] copyright = "GPLv3" license-file = "LICENSE" maintainer = "Charlotte Thomas" name = "mini-calc" [package.metadata.generate-rpm] license = "GPLv3" name = "mini-calc" version = "3.1.0" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/mini-calc" mode = "755" source = "target/release/mini-calc" [profile.dist] lto = "thin" inherits = "release" [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"]