# 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] name = "slack-gc" version = "1.0.1" authors = ["Reynisdrangar "] description = "A barebones utility for cleaning up old slack file uploads" readme = "README.md" license = "MIT" repository = "https://github.com/reynisdrangar/slack-gc" [dependencies.chrono] version = "0.4.4" [dependencies.failure] version = "0.1.1" [dependencies.fern] version = "0.5.6" [dependencies.log] version = "0.4.3" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.rayon] version = "1.0.2" [dependencies.slack_api] version = "0.20.0" [dependencies.structopt] version = "0.2.10" [badges.appveyor] branch = "master" repository = "reynisdrangar/slack-gc" service = "github" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "reynisdrangar/slack-gc"