# 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 = "grapple" version = "0.3.1" authors = ["Dave Allie "] exclude = [".idea/*", "docs/*"] description = "Interruptible, download accelerator, with Basic and Digest Authentication support." homepage = "https://github.com/daveallie/grapple" documentation = "https://github.com/daveallie/grapple" readme = "README.md" keywords = ["download", "accelerator"] license = "MIT" repository = "https://github.com/daveallie/grapple" [profile.release] lto = true codegen-units = 1 panic = "abort" incremental = false [dependencies.base64] version = "~0.9.2" [dependencies.clap] version = "~2.32" features = ["yaml"] [dependencies.lazy_static] version = "~1.1" [dependencies.md5] version = "~0.3.8" [dependencies.pbr] version = "~1.0.1" [dependencies.reqwest] version = "~0.8.0" [dependencies.url] version = "~1.7" [dependencies.uuid] version = "~0.6.5" features = ["v4"] [features] default = [] [badges.travis-ci] repository = "daveallie/grapple"