# 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 = "lowcharts" version = "0.5.8" authors = ["JuanLeon Lahoz "] description = "Tool to draw low-resolution graphs in terminal" homepage = "https://github.com/juan-leon/lowcharts/" documentation = "https://github.com/juan-leon/lowcharts/" readme = "README.md" keywords = [ "grep", "troubleshooting", "graph", "text", "console", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/juan-leon/lowcharts/" [package.metadata.deb] depends = "" [lib] name = "lowcharts" path = "src/lib.rs" [[bin]] name = "lowcharts" path = "src/main.rs" [dependencies.atty] version = "^0" [dependencies.chrono] version = "^0.4.23" [dependencies.clap] version = "^3" features = ["cargo"] [dependencies.derive_builder] version = "^0" [dependencies.humantime] version = "^2" [dependencies.log] version = "^0" [dependencies.regex] version = "^1.7" [dependencies.simplelog] version = "^0" [dependencies.yansi] version = "^0" [dev-dependencies.assert_cmd] version = "^2" [dev-dependencies.float_eq] version = "^1" [dev-dependencies.predicates] version = "^2" [dev-dependencies.tempfile] version = "3"