[package] name = "aft" version = "0.1.0" authors = ["Bryan Newbold "] edition = "2018" [dependencies] #bstr = "0.2" serde_json = "1.0" structopt = { version = "0.3", default-features = false } anyhow = "1.0" colored = "1.9" atty = "0.2" tabwriter = { version = "1.2", features = ["ansi_formatting"] } chrono = "*" [dev-dependencies] assert_cmd = "1" [profile.release] lto = true codegen-units = 1 opt-level = "z" panic = "abort"