# 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 = "localapp" version = "0.1.10" description = "Rust CLI to convert webpage into desktop app with tauri under 3 MB" license = "MIT" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.download_rs] version = "0.2.0" features = ["sync_download"] [dependencies.futures] version = "0.3" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.12.0" [dependencies.open] version = "1" [dependencies.random-string] version = "1.0.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "native-tls", ] [dependencies.sanitize_html] version = "0.7.0" [dependencies.site_icons] version = "0.1.11" [dependencies.substring] version = "1.4.5" [dependencies.tauri-cli] version = "1.0.0-rc.13" [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.website-icon-extract] version = "0.5.0"