# 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 = "numeracalc" version = "1.2.2" authors = ["Tanav Malhotra"] description = "An easy to use CLI tool to calculate the values of words according to Numerology." homepage = "https://github.com/tanav-malhotra/numeracalc" readme = "README.md" keywords = [ "word", "calculator", "numeracalc", "numerology", "value", ] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/tanav-malhotra/numeracalc" [profile.release] overflow-checks = true strip = true [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-man] version = "0.0.0" [dependencies.crossterm] version = "0.27.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.signal-hook] version = "0.3.17"