# 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 = "2021" name = "thanix" version = "0.1.0-beta.11" authors = ["Christopher Hock "] build = false publish = true 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://github.com/The-Nazara-Project/Thanix" [[bin]] name = "thanix" path = "src/main.rs" [dependencies.check_keyword] version = "0.2.0" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.openapiv3] version = "2.0.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_yaml] version = "0.9.30"