# 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 = "lpcg" version = "0.3.0" authors = ["Bastien Sevajol "] exclude = ["spritesheets/*"] description = "A lib to generate character spritesheets based on LPC" homepage = "https://github.com/buxx/lpcg/" documentation = "https://github.com/buxx/lpcg/" readme = "README.md" keywords = [ "gamedev", "spritesheet", ] categories = [ "game-development", "multimedia", ] license = " AGPL-3.0" repository = "https://github.com/buxx/lpcg/" resolver = "2" [lib] name = "lpcg" path = "src/lib.rs" [[bin]] name = "lpcg-build" path = "src/bin/build.rs" [[bin]] name = "lpcg-inspect" path = "src/bin/inspect.rs" [dependencies.image] version = "0.24.3" features = ["png"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.structopt] version = "0.3.23" [dependencies.walkdir] version = "2.3.2"