# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "xshade-parser" version = "0.1.2" authors = ["Andreas Fischer ", "Marc-Anton Boehm-von Thenen "] description = "Parser and untyped AST for the xshade language." readme = "readme.md" keywords = ["xshade", "graphics", "rendering", "vulkan", "spir-v"] categories = ["rendering"] license = "MIT" repository = "https://github.com/xshade-lang/xshade-parser" [dependencies.nom] version = "4.0.0" [dependencies.nom_locate] version = "0.3.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"