# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vfxpreopenexr" version = "0.0.4" authors = ["Anders Langlands "] description = "openexr test package" license = "Apache-2.0" [package.metadata.docs.rs] features = ["long-form-docs"] rustdoc-args = ["--html-in-header", "katex-header.html"] [dependencies.bitflags] version = "1.2.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.cgmath] version = "^0.18" optional = true [dependencies.embed-doc-image] version = "0.1.4" optional = true [dependencies.glam] version = "^0.17" optional = true [dependencies.half] version = "^1.7" [dependencies.imath-traits] version = "^0.4" [dependencies.nalgebra] version = "^0.27" optional = true [dependencies.nalgebra-glm] version = "^0.12" optional = true [dependencies.openexr-sys] version = "0.0.6" package = "vfxpreopenexr-sys" [dependencies.paste] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dev-dependencies.itertools] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.png] version = "0.16.8" [features] default = [] imath_cgmath = ["imath-traits/cgmath", "cgmath"] imath_glam = ["imath-traits/glam", "glam"] imath_nalgebra = ["imath-traits/nalgebra", "nalgebra"] imath_nalgebra-glm = ["imath-traits/nalgebra-glm", "nalgebra-glm"] long-form-docs = ["embed-doc-image"]