# 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 = "2018" name = "imath-traits" version = "0.7.0" authors = ["Anders Langlands "] description = "Utility traits for VFX libraries to be agnostic over the math crates used" readme = "README.md" keywords = [ "graphics", "vfx", ] license-file = "LICENSE" [dependencies.cgmath] version = "<=0.18" optional = true [dependencies.glam] version = "<=0.21" optional = true [dependencies.half] version = "1.7.1" [dependencies.nalgebra] version = "<=0.29" optional = true [dependencies.nalgebra-glm] version = "<=0.15" optional = true