# 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 = "prettyprint" version = "0.8.1" authors = ["Matthias Endler "] 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.12.1" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.33.0" [dependencies.console] version = "0.10.0" [dependencies.content_inspector] version = "0.2.4" [dependencies.derive_builder] version = "0.9.0" [dependencies.directories] version = "2.0.2" [dependencies.encoding] version = "0.2.33" [dependencies.error-chain] version = "0.12.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.shell-words] version = "0.1.0" [dependencies.syntect] version = "4.1.0" features = ["parsing", "dump-load"] default-features = false [features] default = ["regex-onig"] regex-fancy = ["syntect/regex-fancy"] regex-onig = ["syntect/regex-onig"]