[package]
edition = "2018"
name = "inline_assets"
version = "0.4.1"
authors = ["Hand-of-Cthulhu <3rdhandofcthulhu@gmail.com>"]
exclude = ["examples/*", "tests/*", ".travis.yml"]
description = "A Rust library for inlining Javascript, CSS, and font files into your html files for easy distribution."
homepage = "https://github.com/Hand-of-Cthulhu/inline-assets-rs"
readme = "README.md"
keywords = ["inline", "html", "assets", "build"]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/Hand-of-Cthulhu/inline-assets-rs"
[lib]
name = "inline_assets"
[[example]]
name = "html_inliner"
path = "./examples"
[dependencies.base64]
version = "0.10.1"
[dependencies.html5ever]
version = "0.23.0"
[dependencies.kuchiki]
version = "0.7.3"
[dependencies.pathdiff]
version = "0.1.0"
[dependencies.regex]
version = "1.2.1"
[dev-dependencies.clap]
version = "2.33.0"
[dev-dependencies.insta]
version = "0.10.1"
[dev-dependencies.pretty_assertions]
version = "0.6.1"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "Hand-of-Cthulhu/inline-assets-rs"