# 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 = "glslt_cli" version = "0.7.4" authors = ["Alixinne "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GLSLT Template compiler library" homepage = "https://github.com/alixinne/glslt" documentation = "https://alixinne.github.io/glslt/glsltc/" readme = "README.md" keywords = [ "glslt", "glsl", "language", "parser", "template", ] categories = [ "command-line-interface", "parser-implementations", "rendering", ] license = "MIT" repository = "https://github.com/alixinne/glslt.git" [[bin]] name = "glsltc" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.glslt] version = "0.7.4" features = ["cli"]