Cargo.toml (28 lines of code) (raw):

# @generated by autocargo [package] name = "reindeer" version = "0.0.0" authors = ["Facebook"] edition = "2021" license = "MIT" [dependencies] anyhow = "1.0.51" env_logger = "0.7" globset = "0.4.7" ignore = "0.4" indexmap = { version = "1.8.0", features = ["rayon", "serde-1"] } itertools = "0.10.3" log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] } nom = "7.1" rayon = "1.2" rustsec = { version = "0.25", features = ["fix"] } semver = { version = "1.0", features = ["serde"] } serde = { version = "1.0.126", features = ["derive", "rc"] } serde_json = { version = "1.0.64", 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"