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