jsonpp 2.0.2

Reads json either from stdin or a file and pretty prints it on stdout.
# 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 = "2024"
name = "jsonpp"
version = "2.0.2"
authors = ["Florian Lackner <contact@lackner.work>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Reads json either from stdin or a file and pretty prints it on stdout.
"""
readme = "README.md"
license = "GPL-3.0"
repository = "https://codeberg.org/flo-l/jsonpp-rs"

[[bin]]
name = "jsonpp"
path = "src/main.rs"

[[test]]
name = "tester"
path = "tests/tester.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.clap]
version = "~2.31"

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

[dependencies.filebuffer]
version = "0.4.0"

[dependencies.serde-transcode]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
features = ["unbounded_depth"]

[dev-dependencies.assert_cmd]
version = "2.2.0"