# 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 = "2018" name = "smartcalc-tui" version = "1.0.8" authors = ["Aaron Ross "] exclude = [".github/", "assets/"] description = "Terminal UI for erhanbaris/smartcalc" homepage = "https://github.com/superhawk610/smartcalc-tui" documentation = "https://github.com/superhawk610/smartcalc-tui" readme = "README.md" keywords = ["calculator", "tui"] categories = ["mathematics", "science", "command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/superhawk610/smartcalc-tui" [lib] name = "smartcalc_tui" path = "src/lib.rs" [[bin]] name = "smartcalc" path = "src/bin/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.chrono-tz] version = "0.6.1" [dependencies.colored] version = "2.0.0" [dependencies.const_format] version = "0.2.19" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.crossterm] version = "0.23.0" [dependencies.linefeed] version = "0.6.0" [dependencies.localzone] version = "0.2.0" [dependencies.log] version = "0.4.14" features = ["max_level_off", "release_max_level_off"] [dependencies.num-format] version = "0.4.0" features = ["with-system-locale"] [dependencies.parking_lot] version = "0.12.0" [dependencies.smartcalc] version = "1.0.8"