# 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 = "cargo-3ds" version = "0.1.4" authors = [ "Rust3DS Org", "Andrea Ciliberti ", ] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo wrapper for developing Nintendo 3DS homebrew apps" readme = "README.md" keywords = [ "3ds", "homebrew", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust3ds/cargo-3ds" [lib] name = "cargo_3ds" path = "src/lib.rs" [[bin]] name = "cargo-3ds" path = "src/main.rs" [dependencies.camino] version = "1.1" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.16" features = [ "derive", "wrap_help", ] [dependencies.rustc_version] version = "0.4.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.shlex] version = "1.3.0" [dependencies.tee] version = "0.1.0" [dependencies.toml] version = "0.8.19"