# 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 = "omt" version = "0.8.3-alpha" authors = ["Andreas Neukoetter "] exclude = [ "Content", "Data", "docs", ".circleci", ".github", ".gitignore", ] description = "A set of tiny tools mostly used for game development. A Texture atlas packer, a font converter, a pakfile creator." homepage = "https://github.com/AndreasOM/omt" readme = "README.md" keywords = [ "tools", "gamedev", ] categories = [ "command-line-utilities", "compression", "encoding", "game-development", "graphics", ] license = "MIT" repository = "https://github.com/AndreasOM/omt" [lib] name = "omt" path = "src/lib.rs" [[bin]] name = "omt-atlas" path = "src/omt-atlas.rs" [[bin]] name = "omt-asset" path = "src/omt-asset.rs" [[bin]] name = "omt-font" path = "src/omt-font.rs" [[bin]] name = "omt-packer" path = "src/omt-packer.rs" [[bin]] name = "omt-script" path = "src/omt-script.rs" [[bin]] name = "omt-shader" path = "src/omt-shader.rs" [[bin]] name = "omt-soundbank" path = "src/omt-soundbank.rs" [[bin]] name = "omt-xcassets" path = "src/omt-xcassets.rs" [dependencies.anyhow] version = "1.0.62" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "3.2.23" features = [ "derive", "cargo", "env", "regex", "unicode", "wrap_help", ] [dependencies.crc] version = "3.0.0" [dependencies.distance-field] version = "0.2.0" [dependencies.glob] version = "~0.3.0" [dependencies.image] version = "0.24.3" [dependencies.minifb] version = "0.23.0" [dependencies.png] version = "0.17.5" [dependencies.regex] version = "1.5.6" [dependencies.resize] version = "0.7.2" [dependencies.rgb] version = "0.8.32" [dependencies.rlua] version = "0.19.4" [dependencies.rusttype] version = "0.9.2" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.shader-crusher] version = "0.4.1-alpha" [dependencies.symlink] version = "0.1.0" [dependencies.yaml-rust] version = "~0.4.3"