-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
51 lines (50 loc) · 889 Bytes
/
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
[workspace]
members = [
"wp_api",
"wp_api_integration_tests",
"wp_api_integration_tests_backend",
"wp_cli",
"wp_contextual",
"wp_derive",
"wp_derive_request_builder",
"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.6"
futures = "0.3"
http = "1.2"
indoc = "2.0"
parse_link_header = "0.3"
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.21"
rstest_reuse = "0.7.0"
scraper = "0.22"
serde = "1.0"
serde_json = "1.0"
serial_test = "3.2"
strum = "0.26"
strum_macros = "0.26"
syn = "2.0"
thiserror = "1.0"
tokio = "1.43"
tokio-stream = "0.1.17"
toml = "0.8"
trybuild = "1.0"
uniffi = "0.29"
url = "2.5"
uuid = "1.12"
x509-cert = "0.3.0-pre.0"