# 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 = "statc" version = "0.0.8" authors = ["Nguyen Vu Khang "] autotests = false description = """ statc is essentially a TI-84 extended, geared towards statistical calculations and making data easily readable and obtainable. """ homepage = "https://github.com/nguyenvukhang/statc" documentation = "https://github.com/nguyenvukhang/statc" readme = "README.md" categories = [ "command-line-utilities", "mathematics", "science", ] license = "MIT" repository = "https://github.com/nguyenvukhang/statc" resolver = "2" [[bin]] name = "statc" path = "core/main.rs" bench = false [[test]] name = "integration" path = "tests/main.rs" [dependencies.clap] version = "4.0.19" features = ["derive"] [dependencies.meval] version = "0.2.0" [dependencies.statrs] version = "0.16.0" [dependencies.termion] version = "2.0.1"