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