# 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] name = "bayer" version = "0.1.5" authors = ["David Wang "] description = "Algorithms for demosaicing Bayer images." homepage = "https://github.com/wangds/libbayer.git" documentation = "https://docs.rs/bayer/" readme = "README.md" keywords = ["bayer", "cfa", "demosaic"] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/wangds/libbayer.git" [lib] name = "bayer" crate-type = ["rlib", "dylib"] test = true doctest = true doc = true [dependencies.rayon] version = "0.8" optional = true [dependencies.byteorder] version = "1.1" [dependencies.quick-error] version = "1.2" [dependencies.libc] version = "0.2" [dev-dependencies.flic] version = "0.1" [dev-dependencies.sdl2] version = "0.30" features = ["image"] [features] default = ["rayon"] bench = [] [badges.travis-ci] repository = "wangds/libbayer"