# 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 = "normal-heights" version = "0.1.2" authors = ["Jon Olin"] description = "Creates normal maps from height maps." readme = "README.md" keywords = ["normal-map"] categories = [ "command-line-utilities", "game-development", "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/8bittree/normal_heights" [dependencies.clap] version = "^2.33.1" [dependencies.image] version = "0.23.14"