# 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 = "2018" name = "rustgen" version = "0.3.0" authors = ["Yannik "] description = "A Rust Code-Generator" readme = "README.md" license = "MIT" repository = "https://gitlab.com/y_software/rustgen" [dependencies.chrono] version = "0.4" [dependencies.handlebars] version = "6.1" features = ["string_helpers"] [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yml] version = "0.0"