# 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] edition = "2018" name = "glsl-include" version = "0.3.1" authors = ["Justin Shrake "] include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "A library for expanding #include directives in GLSL source strings" documentation = "https://docs.rs/glsl-include/" readme = "README.md" keywords = ["glsl-include", "glsl", "opengl"] categories = ["parsing", "rendering::data-formats"] license = "MIT OR Apache-2.0" repository = "https://github.com/jshrake/glsl-include" [[bench]] name = "mod" harness = false [dependencies.lazy_static] version = "1.3.0" [dependencies.regex] version = "1" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.indoc] version = "0.3" [badges.appveyor] repository = "jshrake/glsl-include" [badges.travis-ci] repository = "jshrake/glsl-include"