# 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 = "termcalc" version = "1.0.0" authors = ["RĂ©mi THEBAULT "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a simple Terminal Calculator." homepage = "https://github.com/rtbo/termcalc" documentation = "https://github.com/rtbo/termcalc" readme = "ReadMe.md" keywords = [ "calculator", "terminal", "cli", ] categories = [ "command-line-utilities", "mathematics", ] license = "MIT" repository = "https://github.com/rtbo/termcalc" [package.metadata.deb] assets = [ [ "target/release/tc", "usr/bin/", "755", ], [ "UNLICENSE", "usr/share/doc/tc/", "644", ], [ "LICENSE-MIT", "usr/share/doc/tc/", "644", ], [ "ReadMe.md", "usr/share/doc/tc/README", "644", ], [ "doc/gen/tc.1.gz", "usr/share/man/man1/tc.1.gz", "644", ], ] section = "math" [lib] name = "tc" path = "src/lib/lib.rs" [[bin]] name = "tc" path = "src/bin.rs" [dependencies.arboard] version = "3.4.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.pager-rs] version = "0.3.0" [dependencies.strip-ansi-escapes] version = "0.2.0" [dev-dependencies.approx] version = "0.5.1"