forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (37 loc) · 1.1 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
[package]
name = "vdev"
version = "0.1.0"
edition = "2021"
authors = ["Vector Contributors <[email protected]>"]
license = "MPL-2.0"
readme = "README.md"
publish = false
[dependencies]
anyhow = "1.0.89"
chrono.workspace = true
clap.workspace = true
clap-verbosity-flag = "2.2.2"
clap_complete = "4.5.33"
confy = "0.6.1"
directories = "5.0.1"
# remove this when stabilized https://doc.rust-lang.org/stable/std/path/fn.absolute.html
dunce = "1.0.5"
glob.workspace = true
hex = "0.4.3"
indexmap.workspace = true
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
itertools = "0.13.0"
log = "0.4.22"
once_cell = "1.19"
os_info = { version = "3.8.2", default-features = false }
# watch https://github.com/epage/anstyle for official interop with Clap
owo-colors = { version = "4.1.0", features = ["supports-colors"] }
paste = "1.0.15"
regex = { version = "1.11.0", default-features = false, features = ["std", "perf"] }
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde.workspace = true
serde_json.workspace = true
serde_yaml = "0.9.34"
sha2 = "0.10.8"
tempfile = "3.13.0"
toml.workspace = true