# 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 = "2018" name = "termcolor-json" version = "1.0.0" authors = ["Andrew Hickman "] include = ["src/**/*", "Cargo.toml", "README.md"] description = "A library for writing colored JSON output to a termcolor terminal." documentation = "https://docs.rs/termcolor-json" readme = "README.md" keywords = ["json", "serde", "color", "ansi", "console"] categories = ["command-line-interface", "encoding", "value-formatting"] license = "MIT OR Apache-2.0" repository = "https://github.com/andrewhickman/termcolor-json" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.29" [dependencies.termcolor] version = "1.0" [dev-dependencies]