inline_assets 0.1.2

A Rust library for inlining Javascript, CSS, and font files into your html files for easy distribution.
Documentation
# 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]
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"