# 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 = "ajkcalc" version = "0.2.0" authors = ["Aiden Kring "] description = "scriptable hybrid calculator" readme = "README.md" keywords = [ "calculator", "scripting", "plotting", ] categories = [ "command-line-utilities", "mathematics", "science", ] license = "GPL-3.0-or-later" [dependencies.crossterm] version = "0.27.0" [dependencies.functional-closures] version = "0.2.0" [dependencies.plotlib] version = "0.5.1" [dependencies.rhai] version = "1.15.1" features = [ "std", "internals", ] [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.termplot] version = "0.1.1" [dependencies.tui] version = "0.19.0"