forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (37 loc) · 1.09 KB
/
Copy pathCargo.toml
File metadata and controls
38 lines (37 loc) · 1.09 KB
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 <vector@datadoghq.com>"]
license = "MPL-2.0"
readme = "README.md"
publish = false
[dependencies]
anyhow.workspace = true
chrono.workspace = true
clap.workspace = true
clap-verbosity-flag = "3.0.2"
clap_complete = "4.5.48"
confy = "0.6.1"
directories = "6.0.0"
# 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.11", features = ["improved_unicode"] }
itertools = "0.14.0"
log = "0.4.27"
# watch https://github.com/epage/anstyle for official interop with Clap
owo-colors = { version = "4.2.0", features = ["supports-colors"] }
paste.workspace = true
regex = { version = "1.11.1", 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.9"
tempfile.workspace = true
toml.workspace = true
semver.workspace = true
indoc.workspace = true