# 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 = "pincers"
version = "0.2.0"
authors = ["Greg Lutostanski <greg.lutostanski@mobilityhouse.com>"]
description = "A more secure way to run scripts from the web"
readme = "README.md"
keywords = ["crypto", "hash", "digest", "install", "shell"]
license = "MIT"
repository = "https://github.com/lutostag/pincers"
[dependencies.clap]
version = "2.32.0"

[dependencies.digest]
version = "0.8.0"

[dependencies.failure]
version = "0.1.3"

[dependencies.hex]
version = "0.3.2"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4.6"

[dependencies.maplit]
version = "1.0.1"

[dependencies.md-5]
version = "0.8.0"

[dependencies.reqwest]
version = "0.9.4"

[dependencies.sha-1]
version = "0.8.0"

[dependencies.sha2]
version = "0.8.0"

[dependencies.sha3]
version = "0.8.0"

[dependencies.simplelog]
version = "0.5.3"