# 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 = "qcalc" version = "0.15.2" authors = ["ochir "] build = false include = [ "/src", "/README.md", "LICENCE.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ qcalc is a simple but effective terminal calculator for quick access and ease of use. It supports history of expressions, built-in functions and stored variables """ homepage = "https://github.com/OchirErkhembayar/tc#readme" readme = "README.md" keywords = [ "tui", "calculator", "math", ] categories = [ "finance", "mathematics", ] license = "MIT" repository = "https://github.com/OchirErkhembayar/tc" [lib] name = "qcalc" path = "src/lib.rs" [[bin]] name = "qcalc" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" [dependencies.crossterm] version = ">=0.27.0" [dependencies.dirs-next] version = ">=2.0.0" [dependencies.ratatui] version = ">=0.25.0" [dependencies.tui-textarea] version = ">=0.4.0"