[package] name = "ajkcalc" version = "0.2.0" edition = "2021" license = "GPL-3.0-or-later" authors = ["Aiden Kring "] description = "scriptable hybrid calculator" readme = "README.md" keywords = ["calculator", "scripting", "plotting"] categories = [ "command-line-utilities", "mathematics", "science", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.27.0" functional-closures = "0.2.0" plotlib = "0.5.1" ron = "0.8.1" termplot = "0.1.1" tui = "0.19.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.rhai] version = "1.15.1" features = ["std", "internals"]