-
Notifications
You must be signed in to change notification settings - Fork 30
/
Cargo.toml
49 lines (45 loc) · 1.48 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
39
40
41
42
43
44
45
46
47
48
49
# @generated by autocargo from //common/rust/tools/reindeer:reindeer
[package]
name = "reindeer"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
repository = "https://github.com/facebookincubator/reindeer"
license = "MIT"
[dependencies]
anyhow = "1.0.86"
cached = "0.39.0"
cargo_toml = "0.17.2"
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
dunce = "1.0.2"
env_logger = "0.10"
fnv = "1.0"
globset = { version = "0.4.13", features = ["serde1"] }
ignore = "0.4"
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
itertools = "0.13.0"
log = { version = "0.4.22", features = ["kv_unstable"] }
measure_time = "0.8.2"
monostate = "0.1.8"
nom = "7.1"
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
rayon = "1.9.0"
rustsec = "0.26"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
serde_starlark = "0.1.13"
strum = { version = "0.26.2", features = ["derive"] }
syn = { version = "2.0.85", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
termcolor = "1.0"
toml = "0.8.4"
toml_edit = { version = "0.20.5", features = ["serde"] }
unicode-ident = "1.0.12"
url = "2.5.2"
walkdir = "2.3"
[dev-dependencies]
indoc = "2.0.2"
tempfile = "3.8"
[features]
vendored-libgit2 = ["rustsec/vendored-libgit2"]
vendored-openssl = ["rustsec/vendored-openssl"]