# 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 = "2021" rust-version = "1.70.0" name = "colored_json" version = "5.0.0" authors = [ "Jens Reimann ", "Harald Hoyer ", ] exclude = ["Screenshot.png"] description = "Colorize JSON, for printing it out on the command line" homepage = "https://github.com/ctron/colored_json" documentation = "https://docs.rs/colored_json" readme = "README.md" keywords = [ "json", "colored", "coloured", "color", "colour", ] categories = [ "command-line-interface", "encoding", "visualization", ] license = "EPL-2.0" repository = "https://github.com/ctron/colored_json" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.yansi] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"]