# 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 = "chimper" version = "0.4.0" authors = ["Pedro CĂ´rte-Real "] description = "A graphical image viewer" categories = ["multimedia::images"] license = "GPL-3.0" repository = "https://github.com/pedrocr/chimper" [profile.dev] opt-level = 3 panic = "unwind" [profile.release] panic = "unwind" [[bin]] name = "chimper" doc = false [dependencies.conrod_core] version = "0.73" [dependencies.conrod_glium] version = "0.73" [dependencies.conrod_winit] version = "0.73" [dependencies.env_logger] version = "0.8" [dependencies.glium] version = "0.28" [dependencies.image] version = "0.23" [dependencies.imagepipe] version = "0.4" [dependencies.log] version = "0.4" [dependencies.multicache] version = "0.6.0" [dependencies.rand] version = "0.8" [dependencies.winit] version = "0.23"