# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "foxdie" version = "0.6.1" authors = ["Aaron Sky "] description = "A super-fast tool for taking stale branches and push requests and deleting and/or closing them." homepage = "https://github.com/wayfair/foxdie" documentation = "https://docs.rs/foxdie" license = "BSD-2-Clause" repository = "https://github.com/wayfair/foxdie" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.8" [dependencies.git2] version = "0.13" [dependencies.glob] version = "0.3" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"] [dependencies.what_git] version = "0.6.1"