# 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.3.3" build = false exclude = [ "docs/*", "manual/*", "manual.pdf", ] 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] copyright = "GPLv3" license-file = "LICENSE" maintainer = "Charlotte Thomas" name = "mini-calc" [package.metadata.generate-rpm] license = "GPLv3" name = "mini-calc" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/mini-calc" mode = "755" source = "target/release/mini-calc" [profile.dist] lto = "thin" inherits = "release" [[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"]