librashader-preprocess 0.10.1

RetroArch shaders for all.
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 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 = "librashader-preprocess"
version = "0.10.1"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RetroArch shaders for all."
readme = "README.md"
keywords = [
    "shader",
    "retroarch",
    "SPIR-V",
]
categories = [
    "emulators",
    "compilers",
    "graphics",
]
license = "MPL-2.0 OR GPL-3.0-only"
repository = "https://github.com/SnowflakePowered/librashader"

[features]
default = ["line_directives"]
line_directives = []
serde = [
    "dep:serde",
    "serde/derive",
    "librashader-common/serde",
]

[lib]
name = "librashader_preprocess"
path = "src/lib.rs"

[dependencies.encoding_rs]
version = "0.8.31"

[dependencies.librashader-common]
version = "0.10.1"

[dependencies.nom]
version = "8.0.0"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.glob]
version = "0.3.1"

[dev-dependencies.rayon]
version = "1.6.1"