aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/Cargo.toml
blob: 2b9b392a4dae5a984653d35e9bb53463883282fd (plain)
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
[package]
name = "shirabe-php-shim"
version.workspace = true
edition.workspace = true

[dependencies]
shirabe-php-src.workspace = true
anyhow.workspace = true
bzip2.workspace = true
chrono.workspace = true
fastrand.workspace = true
flate2.workspace = true
indexmap.workspace = true
md5.workspace = true
regex.workspace = true
regex-macro.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_urlencoded.workspace = true
sha1.workspace = true
sha2.workspace = true
tar.workspace = true
twox-hash.workspace = true
zip.workspace = true

[dev-dependencies]
tempfile.workspace = true

[lints]
workspace = true