zoko-cli 0.2.0

Command-line interface for the Zoko data format - parse, validate, and format .zo files
# 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 = "zoko-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Zoko data format - parse, validate, and format .zo files"
readme = "README.md"
keywords = [
    "cli",
    "zoko",
    "parser",
    "config",
    "json",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://gitlab.com/zillowe/zillowex/akuolwa/zoko"

[[bin]]
name = "zoko-cli"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.zoko-parser]
version = "0.2.0"