# 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 = "dbsdk-cli" version = "0.1.3" authors = ["Hazel Stagner"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line utility to simplify building Rust games for the DreamBox fantasy console" readme = "README.md" keywords = [ "gamedev", "fantasy-console", ] categories = [ "wasm", "game-development", "command-line-utilities", ] license = "MIT" repository = "https://github.com/GlaireDaggers/DBSDK-Rust-CLI" [[bin]] name = "dbsdk-cli" path = "src/main.rs" [dependencies.cargo_toml] version = "0.20.4" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.fs_extra] version = "1.3.0"