# 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 = "uupdump" version = "0.1.3" description = "interactively retrieve uuid of recent Win11 iso images from uupdump.net" license = "MIT" resolver = "2" [[bin]] name = "uupdump" path = "main.rs" [dependencies.anyhow] version = "1" [dependencies.dialoguer] version = "0.10" [dependencies.html_editor] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.rphtml] version = "0.5" [dependencies.somehow] version = "0.1" [dependencies.table-extract] version = "0.2"