# 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 = "imaged" version = "0.10.1" authors = ["Zach Shipko "] description = "Image processing and storage library based on libimaged" documentation = "https://docs.rs/imaged" readme = "README.md" keywords = ["image", "image-processing"] license = "ISC" repository = "https://github.com/zshipko/imaged" [package.metadata.docs.rs] features = ["docs-rs", "halide", "viewer"] [dependencies.gl] version = "0.14" optional = true [dependencies.glfw] version = "0.39" optional = true [dependencies.halide-runtime] version = "0.5" optional = true [dependencies.num_cpus] version = "1" [dependencies.thiserror] version = "1" [build-dependencies.pkg-config] version = "0.3" [features] all = ["viewer", "halide"] default = [] docs-rs = [] halide = ["halide-runtime"] viewer = ["glfw", "gl"]