thanix 1.0.0

A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI.
[[bin]]
name = "thanix"
path = "src/main.rs"

[dependencies.check_keyword]
version = "0.2.0"

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

[dependencies.convert_case]
version = "0.6.0"

[dependencies.openapiv3]
version = "2.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.195"

[dependencies.serde_yaml]
version = "0.9.30"

[dev-dependencies.indexmap]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Tiara Hock <tiara.dev@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI."
edition = "2024"
license = "GPL-3.0"
name = "thanix"
publish = true
readme = "README.md"
repository = "https://github.com/The-Nazara-Project/Thanix"
version = "1.0.0"