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