forked from open-telemetry/weaver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (39 loc) · 948 Bytes
/
Cargo.toml
File metadata and controls
43 lines (39 loc) · 948 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[package]
name = "weaver_common"
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
publish.workspace = true
edition.workspace = true
rust-version.workspace = true
[lints]
workspace = true
[dependencies]
paris = { version = "1.5.15", features = ["macros"] }
serde.workspace = true
serde_json.workspace = true
miette.workspace = true
thiserror.workspace = true
rouille.workspace = true
regex.workspace = true
once_cell.workspace = true
schemars.workspace = true
ureq.workspace = true
log.workspace = true
url.workspace = true
tempfile.workspace = true
dirs = "6.0.0"
gix = { version = "0.78.0", default-features = false, features = [
"comfort",
"blocking-http-transport-reqwest-native-tls",
"max-performance-safe",
"worktree-mutation",
] }
openssl.workspace = true
flate2 = "1.1.4"
tar = "0.4.43"
zip = "5.1.1"
[dev-dependencies]
ureq.workspace = true
walkdir.workspace = true