forked from facebookincubator/reindeer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
32 lines (30 loc) · 913 Bytes
/
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
# @generated by autocargo
[package]
name = "reindeer"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[dependencies]
anyhow = "1.0.65"
dunce = "1.0.2"
env_logger = "0.7"
globset = "0.4.7"
ignore = "0.4"
indexmap = { version = "1.9.1", features = ["rayon", "serde-1"] }
itertools = "0.10.3"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_std"] }
measure_time = "0.8.2"
nom = "7.1"
rayon = "1.2"
rustsec = { version = "0.26", features = ["fix"] }
semver = { version = "1.0", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
serde_starlark = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
spdx = "0.3"
srcfiles = "0.1"
structopt = "0.3.23"
termcolor = "1.0"
toml = "=0.5.8"
walkdir = "2.3"