20 lines
558 B
TOML
20 lines
558 B
TOML
[package]
|
|
name = "string_cache_codegen"
|
|
version = "0.6.1" # Also update ../README.md when making a semver-breaking change
|
|
authors = [ "The Servo Project Developers" ]
|
|
description = "A codegen library for string-cache, developed as part of the Servo project."
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/servo/string-cache"
|
|
documentation = "https://docs.rs/string_cache_codegen/"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "string_cache_codegen"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
phf_generator = "0.13"
|
|
phf_shared = "0.13"
|
|
proc-macro2 = "1"
|
|
quote = "1"
|