-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (21 loc) · 681 Bytes
/
Cargo.toml
File metadata and controls
26 lines (21 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "i18n_langid_codegen"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Lennart Kloock <lennart.kloock@protonmail.com>"]
description = "Function-like proc macro for internationalization"
repository = "https://github.com/lennartkloock/i18n_langid_codegen"
keywords = ["proc-macro", "i18n", "internationalization"]
categories = ["internationalization", "localization"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.56"
quote = "1.0.26"
syn = "2.0.15"
serde_yaml = "0.9.21"
convert_case = "0.6.0"
unic-langid = "0.9.1"