[[bin]]
name = "structr"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.atty]
version = "0.2"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.convert_case]
version = "0.6"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[package]
authors = ["bahdotsh <appu.yess@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "parsing", "web-programming"]
description = "Generate Rust structs from JSON data with framework integrations"
documentation = "https://github.com/bahdotsh/structr"
edition = "2021"
homepage = "https://github.com/bahdotsh/structr"
keywords = ["json", "codegen", "struct", "serde", "cli"]
license = "MIT"
name = "structr"
readme = "README.md"
repository = "https://github.com/bahdotsh/structr"
version = "0.1.0"