css-inline 0.10.0

High-performance library for inlining CSS into HTML 'style' attributes
Documentation
[[bench]]
harness = false
name = "inliner"

[[bin]]
name = "css-inline"
[dependencies.attohttpc]
default-features = false
features = ["compress", "tls-rustls"]
optional = true
version = "0"

[dependencies.cssparser]
version = "0.29"

[dependencies.html5ever]
version = "0.26.0"

[dependencies.indexmap]
version = "1.9"

[dependencies.memchr]
version = "2.5"

[dependencies.pico-args]
optional = true
version = "0.3"

[dependencies.rayon]
optional = true
version = "1.7"

[dependencies.selectors]
version = "0.24.0"

[dependencies.smallvec]
version = "1"

[dependencies.url]
version = "2"
[dev-dependencies.assert_cmd]
version = "2.0.6"

[dev-dependencies.criterion]
default-features = false
features = []
version = "0.5.1"

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.test-case]
version = "3.1.0"

[features]
cli = ["pico-args", "rayon"]
default = ["cli", "http", "file"]
file = []
http = ["attohttpc"]

[package]
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
categories = ["web-programming"]
description = "High-performance library for inlining CSS into HTML 'style' attributes"
edition = "2021"
exclude = [".github", ".pre-commit-config.yaml", ".yamllint", ".gitignore", "tests"]
keywords = ["css", "html", "email", "stylesheet", "inlining"]
license = "MIT"
name = "css-inline"
readme = "README.md"
repository = "https://github.com/Stranger6667/css-inline"
rust-version = "1.60"
version = "0.10.0"
[profile.release]
codegen-units = 1
lto = "fat"