# 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 = "textplots" version = "0.8.6" authors = ["Alexey Suslov "] description = "Terminal plotting library." readme = "README.md" keywords = [ "plotting", "unicode", "charts", "cli", ] categories = [ "visualization", "command-line-interface", ] license = "MIT" repository = "https://github.com/loony-bean/textplots-rs" [lib] name = "textplots" path = "src/lib.rs" [[bin]] name = "textplots" path = "src/main.rs" required-features = ["tool"] [dependencies.drawille] version = "0.3.0" [dependencies.meval] version = "0.2" optional = true [dependencies.rgb] version = "0.8.27" [dependencies.structopt] version = "0.3" optional = true [dev-dependencies.chrono] version = "0.4.30" [dev-dependencies.console] version = "0.15.7" [dev-dependencies.ctrlc] version = "3" [features] tool = [ "meval", "structopt", ] [badges.travis-ci] branch = "master" repository = "loony-bean/textplots-rs"