]> git.proxmox.com Git - rustc.git/blame - src/vendor/string_cache_codegen/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / string_cache_codegen / Cargo.toml
CommitLineData
ea8adc8c
XL
1[package]
2
3name = "string_cache_codegen"
4version = "0.4.0" # Also update ../README.md when making a semver-breaking change
5authors = [ "The Servo Project Developers" ]
6description = "A codegen library for string-cache, developed as part of the Servo project."
7license = "MIT / Apache-2.0"
8repository = "https://github.com/servo/string-cache"
9documentation = "https://docs.rs/string_cache_codegen/"
10
11[lib]
12name = "string_cache_codegen"
13path = "lib.rs"
14
15[dependencies]
16string_cache_shared = {path = "../shared", version = "0.3"}
17phf_generator = "0.7.15"
18phf_shared = "0.7.4"
19quote = "0.3.9"