[package] authors = ["Ted Mielczarek "] edition = "2018" license = "Apache-2.0/MIT" name = "ppjson" version = "0.1.0" description = "Pretty-print JSON files including colors and automatically piping through a pager" documentation = "https://github.com/luser/ppjson" homepage = "https://github.com/luser/ppjson" repository = "https://github.com/luser/ppjson" [dependencies] colored = "1.9.0" json-color = "0.7.1" pager = "0.14.0"