forked from Automattic/wordpress-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
59 lines (58 loc) · 1.05 KB
/
Cargo.toml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[workspace]
members = [
"wp_api",
"wp_api_integration_tests",
"wp_api_integration_tests_backend",
"wp_cli",
"wp_contextual",
"wp_derive",
"wp_derive_request_builder",
"wp_localization",
"wp_localization_macro",
"wp_serde_helper",
"wp_uniffi_bindgen",
"xcframework",
]
resolver = "2"
[workspace.dependencies]
anyhow = "1.0"
async-trait = "0.1"
base64 = "0.22"
chrono = "0.4"
clap = "4.5"
convert_case = "0.7"
futures = "0.3"
fluent-bundle = "0.15"
fluent-langneg = "0.14"
fluent-syntax = "0.11"
fluent-templates = "0.13"
http = "1.2"
icu_locid = "1.5"
indoc = "2.0"
parse_link_header = "0.4"
paste = "1.0"
proc-macro-crate = "3.1.0"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.11"
reqwest = "0.12"
rocket = "0.5"
rstest = "0.24"
rstest_reuse = "0.7.0"
scraper = "0.22"
serde = "1.0"
serde_json = "1.0"
serial_test = "3.2"
strum = "0.27"
strum_macros = "0.27"
syn = "2.0"
thiserror = "2.0"
tokio = "1.43"
tokio-stream = "0.1.17"
toml = "0.8"
trybuild = "1.0"
unic-langid = "0.9"
uniffi = "0.29"
url = "2.5"
uuid = "1.15"
x509-cert = "0.3.0-pre.0"