zoko-cli 0.2.0

Command-line interface for the Zoko data format - parse, validate, and format .zo files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "zoko-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
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"]

[dependencies]
clap.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true
zoko-parser.workspace = true
indexmap.workspace = true
base64.workspace = true