# 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 = "2018" name = "simplestats" version = "0.1.3" default-run = "simplestats" description = "Generate simple statistics on line delimited numbers" documentation = "https://docs.rs/simplestats" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/takashiidobe/simplestats" [[bin]] name = "man" path = "src/build.rs" required-features = ["build_deps"] [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.0-beta.4" [dependencies.cli-table] version = "0.4.6" [dependencies.man] version = "0.3.0" optional = true [features] build_deps = ["man"]