sudo_pair 0.9.0

sudo IO-plugin to require a live human pair
Documentation
# 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 = "sudo_pair"
version = "0.9.0"
authors = ["Stephen Touset <stephen@squareup.com>"]
description = "sudo IO-plugin to require a live human pair"
homepage = "https://github.com/square/sudo_pair"
readme = "../README.md"
keywords = ["sudo", "sudo-plugin", "dual-control", "sox"]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/square/sudo_pair.git"

[lib]
name = "sudo_pair"
crate-type = ["cdylib"]
[dependencies.error-chain]
version = "~0"

[dependencies.libc]
version = "~0"

[dependencies.sudo_plugin]
version = "~1"
[badges.travis-ci]
repository = "square/sudo_pair"