Files
2026-08-01 16:11:49 +03:00

44 lines
1.1 KiB
TOML

# 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.6.1"
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.13"
[dependencies.phf_shared]
version = "0.13"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"