# 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 = "wget2hugo" version = "0.1.2" authors = ["Alice Pote"] description = "A small utility for converting a wget backup to markdown" homepage = "https://github.com/alicewriteswrongs/wget2hugo" license = "MIT" repository = "https://github.com/alicewriteswrongs/wget2hugo" resolver = "2" [dependencies.chardetng] version = "0.1.14" [dependencies.clap] version = "3.0.0-beta.4" [dependencies.encoding_rs] version = "0.8.28" [dependencies.env_logger] version = "0.9.0" [dependencies.html2md] version = "0.2.13" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.walkdir] version = "2.3.2"