css-inline 0.14.1

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

[[bin]]
name = "css-inline"
[dependencies.cssparser]
version = "0.31.2"

[dependencies.html5ever]
version = "0.27.0"

[dependencies.indexmap]
version = "2.1"

[dependencies.lru]
optional = true
version = "0.12.3"

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

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

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "blocking"]
optional = true
version = "0.12.0"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.selectors]
version = "0.25.0"

[dependencies.smallvec]
version = "1"

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

[dev-dependencies.codspeed-criterion-compat]
version = "2.4.0"

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

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

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

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

[features]
cli = ["pico-args", "rayon"]
default = ["cli", "http", "file", "stylesheet-cache"]
file = []
http = ["reqwest"]
stylesheet-cache = ["lru"]

[package]
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
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.65"
version = "0.14.1"
[profile.release]
codegen-units = 1
lto = "fat"