[[bench]]
harness = false
name = "inliner"
[dependencies.attohttpc]
version = "0"
[dependencies.cssparser]
version = "0"
[dependencies.kuchiki]
version = "0.8"
[dependencies.url]
version = "2"
[dev-dependencies.criterion]
version = ">= 0.1"
[package]
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
categories = ["web-programming"]
description = "A crate for inlining CSS into HTML documents"
edition = "2018"
exclude = [".github", ".pre-commit-config.yaml", ".yamllint", ".gitignore", "tests"]
keywords = ["html", "css", "css-inline"]
license = "MIT"
name = "css-inline"
readme = "README.md"
repository = "https://github.com/Stranger6667/css-inline"
version = "0.2.0"
[profile.release]
debug = true