html_inspector_rules_css 0.2.1

CSS rule pack for html_inspector.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93"
name = "html_inspector_rules_css"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSS rule pack for html_inspector."
homepage = "https://github.com/Auto-Explore/html_inspector"
readme = false
keywords = [
    "css",
    "validator",
    "lint",
    "web",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/Auto-Explore/html_inspector"
resolver = "2"

[lib]
name = "html_inspector_rules_css"
path = "src/lib.rs"

[dependencies.css_inspector]
version = "0.2.1"

[dependencies.html_inspector]
version = "0.2.0"