xshade-parser 0.1.0

Parser and untyped AST for the xshade language.
Documentation
# 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.0"
authors = ["Andreas Fischer <vengarioth@googlemail.com>", "Marc-Anton Boehm-von Thenen <boehm.marc.anton@gmail.com>"]
description = "Parser and untyped AST for the xshade language."
readme = "readme.md"
keywords = ["xshade", "graphics", "vulkan", "spir-v", "parser"]
categories = ["graphics"]
license = "MIT"
repository = "https://github.com/xshade-lang/xshade-parser"
[dependencies.nom]
version = "4.0.0"

[dependencies.nom_locate]
version = "0.3.0"