# 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 = "glsl-lang-pp" version = "0.7.2" authors = ["Alixinne "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GLSL language preprocessor" homepage = "https://github.com/alixinne/glsl-lang" documentation = "https://docs.rs/glsl-lang/" readme = "README.md" keywords = [ "glsl", "language", "preprocessor", ] categories = [ "parser-implementations", "rendering", ] license = "BSD-3-Clause" repository = "https://github.com/alixinne/glsl-lang" [lib] name = "glsl_lang_pp" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" [dependencies.bimap] version = "0.6" optional = true [dependencies.cbitset] version = "0.2" optional = true [dependencies.derive_more] version = "1.0" features = ["display"] [dependencies.itertools] version = "0.13" optional = true [dependencies.lang-util] version = "=0.7.2" [dependencies.once_cell] version = "1.17.1" optional = true [dependencies.rowan] version = "0.15" optional = true [dependencies.static_assertions] version = "1.1" optional = true [dependencies.string_cache] version = "0.8" [dependencies.thiserror] version = "2.0" [dev-dependencies.encoding_rs] version = "0.8" [dev-dependencies.expect-test] version = "1.3" [dev-dependencies.lang-util-dev] version = "=0.7.2" [dev-dependencies.regex] version = "1.5" [build-dependencies.string_cache_codegen] version = "0.5" [features] default = [] exts = ["once_cell"] full = [ "exts", "rowan", "cbitset", "static_assertions", "bimap", "itertools", ]