[package] name = "exttest" version = "0.1.0" authors = ["Diem Association "] description = "Diem extended cargo tasks" edition = "2018" license = "Apache-2.0" [dependencies] camino = "1.0.1" determinator = "0.3.0" serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.63" structopt = "0.3.21" anyhow = "1.0.38" colored-diff = "0.2.2" guppy = { version = "0.8.0", features = ["summaries"] } hakari = "0.2.0" indoc = "1.0.3" toml = "0.5.8" env_logger = "0.8.3" log = "0.4.14" chrono = "0.4.19" globset = "0.4.6" regex = "1.4.3" rayon = "1.5.0" indexmap = "1.6.1" x-core = "0.1.0" x-lint = "0.1.0"