glslt 0.7.6

GLSLT Template compiler library
Documentation
[dependencies.bimap]
version = "0.6"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4"

[dependencies.env_logger]
optional = true
version = "0.11"

[dependencies.glsl-lang]
version = "0.8.0"

[dependencies.glsl-lang-pp]
optional = true
version = "0.8.0"

[dependencies.indexmap]
features = ["std"]
version = "2.2"

[dependencies.lang-util]
version = "0.8.0"

[dependencies.log]
version = "0.4"

[dependencies.petgraph]
version = "0.8"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.25"

[dependencies.sha-1]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.pretty_assertions]
version = "1.4"

[features]
cli = ["clap", "env_logger", "parse"]
parse = ["glsl-lang-pp/full", "glsl-lang/lexer-full"]
python = ["pyo3", "cli"]

[lib]
crate-type = ["rlib", "cdylib"]
name = "glslt"
path = "src/lib.rs"

[package]
authors = ["Alixinne <alixinne@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "rendering"]
description = "GLSLT Template compiler library"
documentation = "https://alixinne.github.io/glslt/glslt/"
edition = "2018"
homepage = "https://github.com/alixinne/glslt"
keywords = ["glslt", "glsl", "language", "parser", "template"]
license = "MIT"
name = "glslt"
readme = "README.md"
repository = "https://github.com/alixinne/glslt.git"
version = "0.7.6"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "capture"
path = "tests/capture.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "defines"
path = "tests/defines.rs"

[[test]]
name = "multiple"
path = "tests/multiple.rs"

[[test]]
name = "nested"
path = "tests/nested.rs"

[[test]]
name = "propagate"
path = "tests/propagate.rs"

[[test]]
name = "struct"
path = "tests/struct.rs"