[package] name = "manifest" version = "0.1.0" authors = ["Facebook Source Control Team "] edition = "2018" [features] default = [] for-tests = ["quickcheck"] [dependencies] bytes = { version = "0.4.11", features = ["serde"] } failure = "0.1.3" once_cell = "1.0.2" quickcheck = { version = "0.6.2", optional = true } pathmatcher = { path = "../pathmatcher" } rust-crypto = "0.2" types = { path = "../types" } [dev-dependencies] parking_lot = "0.9" quickcheck = "0.6.2" types = { path = "../types", default-features = false, features = ["for-tests"] }