# 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 = "clipcalc" version = "1.0.0" description = "A simple calculator that reads from the clipboard and writes the result back to the clipboard." readme = "README.md" keywords = [ "calculator", "clipboard", "rust", ] license = "MIT" repository = "https://github.com/staninna/clipcalc" [dependencies.clipboard-win] version = "5.0.0" [dependencies.evalexpr] version = "11.3.0"