# 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 = "usb-mc" version = "1.0.0" authors = ["Shayne Hartford "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Rust program that downloads and runs the old Minecraft launcher." homepage = "https://git.shaybox.com/usb-mc" readme = "README.md" keywords = [ "USB", "MC", "Minecraft", "GameBand", ] categories = ["games"] license = "MIT" repository = "https://github.com/ShayBox/USB-MC" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "usb-mc" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.reqwest] version = "0.12" features = ["blocking"] [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1