# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "piechart" version = "1.0.0" authors = ["Jakob Hellermann "] description = "a library for drawing fancy pie charts in the terminal" readme = "README.md" keywords = ["charts", "cli", "pie"] categories = ["command-line-interface", "visualization"] license = "MIT" repository = "https://github.com/jakobhellermann/piechart" [[bin]] name = "piechart" required-features = ["cli"] [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "3.0.0-beta.2" features = ["std", "suggestions", "color"] optional = true default-features = false [dev-dependencies] [features] cli = ["clap"]