web_atoms 0.2.2

Atoms for xml5ever and html5ever
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 = "2021"
rust-version = "1.71.0"
name = "web_atoms"
version = "0.2.2"
authors = ["The html5ever Project Developers"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atoms for xml5ever and html5ever"
documentation = "https://docs.rs/web_atoms"
readme = false
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"

[features]
serde = ["string_cache/serde_support"]

[lib]
name = "web_atoms"
path = "lib.rs"

[dependencies.phf]
version = "0.13"

[dependencies.string_cache]
version = "0.9.0"
default-features = false

[build-dependencies.phf_codegen]
version = "0.13"

[build-dependencies.string_cache_codegen]
version = "0.6.1"