# 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 = "openexr" version = "0.11.0" authors = ["Anders Langlands ", "Luke Titley ", "Scott Wilson ", "Tiago Carvalho "] description = "High-level bindings to OpenEXR 3.0.5" documentation = "https://docs.rs/openexr" readme = "README.md" keywords = ["graphics", "image", "vfx", "exr", "openexr"] categories = ["api-bindings", "computer-vision", "graphics", "multimedia", "rendering"] license = "BSD-3-Clause" repository = "https://github.com/vfx-rs/openexr-rs" [package.metadata.docs.rs] features = ["long-form-docs"] rustdoc-args = ["--html-in-header", "katex-header.html"] [dependencies.bitflags] version = "^1.2" [dependencies.cfg-if] version = "^1.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.10.1" [dependencies.paste] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dev-dependencies.itertools] version = "^0.10" [dev-dependencies.lazy_static] version = "^1.4" [dev-dependencies.png] version = "^0.16" [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"]