# 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 = "ryot-assets-cli" version = "0.1.0" authors = [ "Lucas Grossi ", "Luan Santos ", ] description = "CLI for managing assets from the Tibia client for Ryot." homepage = "https://github.com/opentibiabr/Ryot" documentation = "https://docs.rs/ryot/" readme = "README.md" keywords = [ "gamedev", "assets", "ryot", "otbr", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/opentibiabr/Ryot/tree/main/ryot" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.config] version = "0.13" [dependencies.glam] version = "0.25" features = ["serde"] [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.8.0" [dependencies.ryot] version = "0.2.0" features = ["compression"] default-features = false [dependencies.serde] version = "1.0" [dependencies.simple_logger] version = "4.3" [dev-dependencies.rstest] version = "0.18"