# 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" rust-version = "1.70.0" name = "meansd-cli" version = "1.4.0" authors = ["Christian Krause "] description = "calculate mean and standard deviation (CLI)" homepage = "https://gitlab.com/umcdev/meansd" documentation = "https://gitlab.com/umcdev/meansd" readme = "README.md" keywords = [ "mean", "sstdev", ] categories = [ "command-line-utilities", "mathematics", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/umcdev/meansd" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "wrap_help", ] [dependencies.ctrlc] version = "3" [dependencies.meansd] version = "2" [dependencies.ordered-float] version = "3" [dependencies.prettytable-rs] version = "0.10" default_features = false [dependencies.smooth] version = "0.2" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3"