thanix 1.1.0

A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI.
# 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 = "thanix"
version = "1.1.0"
authors = ["Tiara Hock <tiara.dev@proton.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A yaml-to-rust code generator for generating Rust code from yaml config files e.g. as found in openAPI."
readme = "README.md"
license = "GPL-3.0"
repository = "https://codeberg.org/nazara-project/Thanix"

[[bin]]
name = "thanix"
path = "src/main.rs"

[dependencies.check_keyword]
version = "0.4.1"

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

[dependencies.convert_case]
version = "0.10.0"

[dependencies.openapiv3]
version = "2.2.0"

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

[dependencies.serde_yaml]
version = "0.9.30"

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

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