vizo 1.1.0

Visualize structured data formats in a more pretty way.
Documentation
# 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 = "vizo"
version = "1.1.0"
authors = ["Konstantin Zhigaylo <zero@kostyazero.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visualize structured data formats in a more pretty way."
homepage = "https://github.com/kostya-zero/vizo"
readme = "README.md"
keywords = [
    "cli",
    "visualize",
    "format",
    "structured",
    "data",
]
license = "MIT"
repository = "https://github.com/kostya-zero/vizo"

[lib]
name = "vizo"
path = "src/lib.rs"

[[bin]]
name = "vizo"
path = "src/bin/vizo.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
version = "4.5.27"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.indexmap]
version = "2.7.1"
features = ["serde"]

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.138"
features = ["preserve_order"]

[dependencies.toml]
version = "0.9.2"
features = ["preserve_order"]

[dependencies.yaml]
version = "0.10"
package = "yaml-rust2"

[profile.dev]
lto = false
incremental = false

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = true