procss 0.1.11

A simple CSS parsing and transformation framework.
Documentation
[[bench]]
harness = false
name = "basic"

[[bin]]
bench = false
name = "procss"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.56"

[dependencies.base64]
version = "0.13.1"

[dependencies.mockall]
version = "0.11.3"

[dependencies.nom]
version = "7.1.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4"

[features]
iotest = []

[lib]
bench = false
name = "procss"
path = "src/lib.rs"

[package]
authors = ["Andrew Stein <andrew@prospective.dev>"]
description = "A simple CSS parsing and transformation framework."
edition = "2021"
keywords = ["compiler", "web", "css"]
license = "Apache-2.0"
name = "procss"
readme = "README.md"
repository = "https://github.com/ProspectiveCo/procss"
version = "0.1.11"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.60"

[target."cfg(target_arch = \"wasm32\")".dependencies.serde-wasm-bindgen]
version = "0.4.5"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2.83"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["console"]
version = "0.3.60"