File: Cargo.toml.orig

package info (click to toggle)
rust-string-cache-codegen 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]

name = "string_cache_codegen"
version = "0.4.2"  # 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 / Apache-2.0"
repository = "https://github.com/servo/string-cache"
documentation = "https://docs.rs/string_cache_codegen/"

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

[dependencies]
string_cache_shared = {path = "../shared", version = "0.3"}
phf_generator = "0.7.15"
phf_shared = "0.7.4"
proc-macro2 = "0.4"
quote = "0.6"