]> git.proxmox.com Git - rustc.git/blob - vendor/unic-langid-macros-impl/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / unic-langid-macros-impl / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "unic-langid-macros-impl"
15 version = "0.9.1"
16 authors = [
17 "Manish Goregaokar <manishsmail@gmail.com>",
18 "Zibi Braniecki <gandalf@mozilla.com>",
19 ]
20 include = [
21 "src/**/*",
22 "benches/*.rs",
23 "Cargo.toml",
24 "README.md",
25 ]
26 description = "API for managing Unicode Language Identifiers"
27 readme = "README.md"
28 categories = ["internationalization"]
29 license = "MIT/Apache-2.0"
30 repository = "https://github.com/zbraniecki/unic-locale"
31
32 [lib]
33 proc_macro = true
34
35 [dependencies.proc-macro-hack]
36 version = "0.5"
37
38 [dependencies.quote]
39 version = "1.0"
40
41 [dependencies.syn]
42 version = "1.0"
43 features = [
44 "parsing",
45 "proc-macro",
46 ]
47 default-features = false
48
49 [dependencies.unic-langid-impl]
50 version = "0.9"