css_feature_data 0.0.15

Browser compatibility data and feature detection for CSS properties and values.
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"
name = "css_feature_data"
version = "0.0.15"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser compatibility data and feature detection for CSS properties and values."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
browserslist = ["dep:browserslist-rs"]
default = []

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

[dependencies.browserslist-rs]
version = "0.19"
optional = true

[dependencies.chrono]
version = "0.4.42"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]