# 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" rust-version = "1.58.0" name = "crevice_notan" version = "0.13.0" authors = ["Lucien Greathouse "] description = "Create GLSL-compatible versions of structs with explicitly-initialized padding" homepage = "https://github.com/Nazariglez/crevice_notan" documentation = "https://docs.rs/crevice" readme = "README.md" keywords = [ "glsl", "std140", "std430", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nazariglez/crevice_notan" resolver = "2" [package.metadata."docs.rs"] all-features = true [dependencies.bytemuck] version = "1.12.3" [dependencies.cgmath] version = "0.18.0" optional = true [dependencies.crevice_notan-derive] version = "0.13.0" [dependencies.glam] version = "0.24.0" features = ["mint"] optional = true [dependencies.mint] version = "0.5.9" [dependencies.nalgebra] version = "0.32.2" features = ["mint"] optional = true [dev-dependencies.insta] version = "1.21.0" [features] default = ["std"] std = [] test-all-math-libraries = [ "cgmath", "glam", "nalgebra", ]