# 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 = "glsl-lang-cli" version = "0.7.2" authors = ["Alixinne "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for the glsl-lang crate" homepage = "https://github.com/alixinne/glsl-lang" documentation = "https://docs.rs/glsl-lang-cli/" readme = "README.md" keywords = [ "glsl", "language", "parser", "ast", "cli", ] categories = [ "command-line-interface", "parser-implementations", "rendering", ] license = "BSD-3-Clause" repository = "https://github.com/alixinne/glsl-lang" [[bin]] name = "glsl-lang-cli" path = "src/main.rs" [dependencies.argh] version = "0.1" [dependencies.glsl-lang] version = "=0.7.2" features = ["lexer-v2-full"] [dependencies.glsl-lang-pp] version = "=0.7.2" [dependencies.lang-util] version = "=0.7.2" [dependencies.miette] version = "4.7" features = ["fancy"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "2.0" [features] default = ["json"] json = [ "serde_json", "glsl-lang/serde", ]