# 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 = "switcheroo-nx" version = "0.7.1" authors = ["Ethan Budd "] description = "A cross platform CLI and GUI for the Nintendo Switch RCM exploit" homepage = "https://github.com/budde25/switcheroo" readme = "README.md" keywords = [ "CLI", "utilities", "RCM", ] categories = ["command-line-utilities"] license = "GPL-2.0-or-later" repository = "https://github.com/budde25/switcheroo" [package.metadata.wix] eula = false license = false path-guid = "4375E8D1-D41E-43CF-B1CD-91171E8B32F5" upgrade-guid = "944569E4-9258-4FB8-A89F-99F3988DA323" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "switcheroo" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.camino] version = "1.1" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2" [dependencies.console] version = "0.15" [dependencies.dirs] version = "5.0" [dependencies.eframe] version = "0.28" optional = true [dependencies.egui-notify] version = "0.15" optional = true [dependencies.egui_extras] version = "0.28" features = ["svg"] optional = true [dependencies.image] version = "0.25" optional = true [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.19" [dependencies.rfd] version = "0.14" optional = true [dependencies.tegra-rcm] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.trash] version = "5.0" optional = true [build-dependencies.camino] version = "1.1" [build-dependencies.clap] version = "4.5.9" features = ["derive"] [build-dependencies.clap-verbosity-flag] version = "2.2" [build-dependencies.clap_complete] version = "4.5" [build-dependencies.clap_mangen] version = "0.2" [features] gui = [ "dep:egui_extras", "dep:eframe", "dep:rfd", "dep:image", "dep:egui-notify", "dep:trash", ] notify = ["tegra-rcm/notify"]