# 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 = "mcdl" version = "0.0.2" description = "Minecraft server executable downloader" license = "ISC" resolver = "2" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.clap] version = "2.33.3" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.sha-1] version = "0.9.8" [dependencies.ureq] version = "2.3.0" features = ["json"] [features]