csskit_spec_generator 0.0.20

Refreshing CSS!
# 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"
name = "csskit_spec_generator"
version = "0.0.20"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Refreshing CSS!"
homepage = "https://csskit.rs"
readme = false
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[[bin]]
name = "csskit_spec_generator"
path = "src/main.rs"
bench = false

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dependencies.css_value_definition_parser]
version = "0.0.20"

[dependencies.futures]
version = "0.3"

[dependencies.heck]
version = "0.5.0"

[dependencies.prettyplease]
version = "0.2.37"

[dependencies.proc-macro2]
version = "1.0.101"

[dependencies.quote]
version = "1.0.41"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "gzip",
    "brotli",
    "deflate",
    "stream",
]

[dependencies.scraper]
version = "0.24.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.syn]
version = "2.0.106"
features = [
    "full",
    "extra-traits",
]

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "1.0.0"