intecture-auth 0.1.2

Authentication for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool.
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 = "intecture-auth"
version = "0.1.2"
authors = ["Peter Hayes <peter.hayes@betweenlines.co.uk>"]
exclude = ["resources/*"]
description = "Authentication for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool."
homepage = "https://intecture.io"
keywords = ["intecture", "auth"]
license = "MPL-2.0"
repository = "https://github.com/intecture/auth"

[lib]
name = "inauth_client"
path = "src/client.rs"

[[bin]]
name = "inauth"
path = "src/server.rs"

[[bin]]
name = "inauth_cli"
path = "src/cli.rs"
[dependencies.serde_json]
version = "0.9"

[dependencies.czmq]
version = "0.1"

[dependencies.log]
version = "0.3"

[dependencies.rustc-serialize]
version = "0.3"

[dependencies.chan-signal]
version = "0.2"

[dependencies.zdaemon]
version = "0.0.2"

[dependencies.serde_derive]
version = "0.9"

[dependencies.serde]
version = "0.9"

[dependencies.zmq]
version = "0.8"

[dependencies.chan]
version = "0.1"

[dependencies.env_logger]
version = "0.4"

[dependencies.docopt]
version = "0.7"
[dev-dependencies.tempdir]
version = "0.3.*"