# 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 = "wgsl-parse" version = "0.0.2" authors = ["Mathis Brossier "] description = "Parse a wgsl source file to a syntax tree" documentation = "https://docs.rs/wgsl-parse" license = "MIT" repository = "https://github.com/k2d222/wgsl-tools" [dependencies.annotate-snippets] version = "0.11.4" [dependencies.itertools] version = "0.13.0" [dependencies.lalrpop-util] version = "0.20.2" [dependencies.lexical] version = "6.1.1" features = [ "format", "power-of-two", ] [dependencies.logos] version = "0.14.1" [dependencies.thiserror] version = "1.0.63" [build-dependencies.lalrpop] version = "0.20.2" default-features = false