[[bin]]
name = "json_schema_generator"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "^1.0"
[lib]
name = "json_schema_generator"
path = "src/lib.rs"
[package]
authors = ["Anant Asthana <anant@datasecurity.expert>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "A tool to generate JSON Schema from JSON data"
edition = "2021"
keywords = ["json", "schema", "generator"]
license = "MIT"
name = "json-schema-generator"
readme = "README.md"
repository = "https://github.com/AtlasPilotPuppyjson-schema-generator"
version = "0.1.1"