string_cache_codegen 0.7.0

A codegen library for string-cache, developed as part of the Servo project.
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 = "2018"
name = "string_cache_codegen"
version = "0.7.0"
authors = ["The Servo Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A codegen library for string-cache, developed as part of the Servo project."
documentation = "https://docs.rs/string_cache_codegen/"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/string-cache"

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

[dependencies.phf_generator]
version = "0.14"

[dependencies.phf_shared]
version = "0.14"

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

[dependencies.quote]
version = "1"