prettyprint 0.3.0

Print beautifully formatted files and strings to your terminal
Documentation
# 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]
name = "prettyprint"
version = "0.3.0"
authors = ["Matthias Endler <matthias-endler@gmx.net>"]
description = "Print beautifully formatted files and strings to your terminal"
homepage = "https://github.com/mre/prettyprint"
documentation = "https://github.com/mre/prettyprint/blob/master/README.md"
readme = "README.md"
keywords = ["syntax", "highlighting", "highlighter", "colouring", "prettyprint"]
categories = ["command-line-interface", "parsing"]
license = "Apache-2.0/MIT"
repository = "https://github.com/mre/prettyprint"
[dependencies.ansi_colours]
version = "1.0.1"

[dependencies.ansi_term]
version = "0.11.0"

[dependencies.atty]
version = "0.2.11"

[dependencies.clap]
version = "2.32.0"

[dependencies.console]
version = "0.6.2"

[dependencies.content_inspector]
version = "0.2.4"

[dependencies.derive_builder]
version = "0.7.0"

[dependencies.directories]
version = "1.0.2"

[dependencies.encoding]
version = "0.2.33"

[dependencies.error-chain]
version = "0.12.0"

[dependencies.git2]
version = "0.7.5"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.shell-words]
version = "0.1.0"

[dependencies.syntect]
version = "3.0.2"