# 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 = "bva_cli" version = "0.1.5" include = [ "src/*", "Cargo.toml", "../README.md", ] description = "Bevy Vach Assets CLI" homepage = "https://github.com/asaaki/bevy_vach_assets" readme = "README.md" keywords = [ "bevy", "assets", "archive", "vach", "game", ] categories = [ "game-development", "encoding", "compression", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/asaaki/bevy_vach_assets" [[bin]] name = "bva" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.bevy_vach_assets] version = "0.1.5" [dependencies.clap] version = "4.4.12" features = [ "derive", "env", "wrap_help", ] [dependencies.normalize-path] version = "0.2.1" [dependencies.path-slash] version = "0.2.1" [dependencies.walkdir] version = "2.4.0"