# 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 = "sumcol" version = "0.1.3" description = "A command-line tool to sum a column of numbers." documentation = "https://docs.rs/crate/sumcol/latest" readme = "README.md" keywords = [ "sum", "column", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/devjgm/sumcol" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.predicates] version = "3"