toj 0.2.0

Model generation tool for JSON files
Documentation
[[bin]]
name = "toj"
path = "src/main.rs"

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

[dependencies.serde_json]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Model generation tool for JSON files"
edition = "2021"
license-file = "LICENSE"
name = "toj"
readme = "README.md"
repository = "https://github.com/kgilmer/toj"
version = "0.2.0"