# 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" version = "0.2.0" include = [ "LICENSE-APACHE", "LICENSE-MIT", "src", "OpenGL-Registry/xml/gl.xml", "README.md", ] description = "Rust API for the OpenGL API and Extension Registry" readme = "README.md" keywords = ["api"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://git.hampusmat.com/opengl-registry-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [[bench]] name = "registry" harness = false [dependencies.quick-xml] version = "0.27.1" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.ridicule] version = "0.3.0" [features] default = ["include-xml"] include-xml = []