# 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 = "dsa-lib" version = "0.1.8" authors = ["Moritz Scheuerle "] description = """ A Shader generation tool from TOML to GLSL written in Rust """ readme = "README.md" keywords = [ "glsl", "toml", ] categories = [ "graphics", "game-engines", "rendering::engine", "rendering", "parsing", ] license = "MIT/Apache-2.0" repository = "https://github.com/Plixo2/dsa-lib" resolver = "2" [dependencies.indexmap] version = "1.9.1" features = ["serde-1"] [dependencies.serde] version = "1.0.97" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5.9"