# 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 = "opengl-registry-macros" version = "0.1.0" description = "Macros utilizing the OpenGL API and Extension Registry" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://git.hampusmat.com/opengl-registry-macros" [lib] proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.once_cell] version = "1.17.0" [dependencies.opengl-registry] version = "0.1.0" [dependencies.proc-macro2] version = "1.0.51" [dependencies.regex] version = "1.7.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.quote] version = "1.0.23"