# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rgbe" version = "0.0.1" authors = ["George Steel"] description = "A library for loading and handling RGBE-format HDR textures." homepage = "https://github.com/george-steel/rgbe-rs" documentation = "https://docs.rs/rgbe" readme = "README.md" keywords = [ "graphics", "gamedev", "hdr", "texture", ] categories = [ "rendering::data-formats", "graphics", "game-development", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/george-steel/rgbe-rs" [lib] crate-type = ["rlib"] [[bin]] name = "hdr2rgbe-png" [dependencies.bytemuck] version = "1.14.3" features = ["derive"] [dependencies.half] version = "2.3.1" features = ["bytemuck"] [dependencies.image] version = "0.24.8" features = [ "png", "hdr", ] default_features = false