[package]
name = "inline_assets"
version = "0.1.2"
authors = ["Hand-of-Cthulhu <3rdhandofcthulhu@gmail.com>"]
exclude = ["examples/*"]
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"
[dependencies.base64]
version = "0.9.2"
[dependencies.regex]
version = "1.0.1"
[dev-dependencies.clap]
version = "2.32.0"
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
branch = "master"
repository = "Hand-of-Cthulhu/inline-assets-rs"