# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "inliners" version = "0.5.0" authors = ["paul makovich "] description = "Inline images, CSS, JavaScript and more into a single HTML web page. Quite fast." homepage = "https://github.com/makovich/inliners" readme = "README.md" keywords = ["download", "html", "inline", "archive", "tool"] categories = ["command-line-utilities", "web-programming"] license = "MIT OR Unlicense" repository = "https://github.com/makovich/inliners" [profile.release] lto = true codegen-units = 1 [[bin]] name = "inline" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.base64] version = "0.13" [dependencies.env_logger] version = "0.8" [dependencies.html5ever] version = "0.25" [dependencies.human-panic] version = "1.0" [dependencies.kuchiki] version = "0.8" [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2.0" [dependencies.minify-html] version = "0.4" optional = true [dependencies.minreq] version = "2.3" features = ["https"] [dependencies.once_cell] version = "1.5" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.4" [dependencies.retry] version = "1.2" [dependencies.structopt] version = "0.3" [dependencies.url] version = "2.2" [features] default = ["minify-html"] esbuild = ["minify-html/js-esbuild"] [badges.appveyor] repository = "makovich/inliners" [badges.travis-ci] repository = "makovich/inliners"