type-forge 0.1.0

A fast CLI tool to transform JSON, YAML, TOML, and XML into type-safe code for Rust, TypeScript, and more.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "type-forge"
version = "0.1.0"
authors = ["SirCesarium"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast CLI tool to transform JSON, YAML, TOML, and XML into type-safe code for Rust, TypeScript, and more."
readme = "README.md"
keywords = [
    "codegen",
    "json-to-rust",
    "schema-generator",
    "serialization",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/SirCesarium/type-forge"

[[bin]]
name = "type-forge"
path = "src/main.rs"

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

[dependencies.java-properties]
version = "2.0.0"

[dependencies.json_typegen_shared]
version = "0.7.0"
default-features = false

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "rustls",
    "charset",
    "http2",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.toml]
version = "1.0.6"