cheep-crator-2/vendor/string_cache_codegen/Cargo.toml

36 lines
1.0 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.5.2"
authors = ["The Servo Project Developers"]
description = "A codegen library for string-cache, developed as part of the Servo project."
documentation = "https://docs.rs/string_cache_codegen/"
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.10"
[dependencies.phf_shared]
version = "0.10"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"