slack 0.5.2

slack realtime messaging client
# Copyright 2014 Benjamin Elder.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

[package]
name = "slack"
version = "0.5.2"
authors = ["Benjamin Elder <ben.the.elder@gmail.com>"]
repository = "https://github.com/BenTheElder/slack-rs.git"
documentation = "https://bentheelder.github.io/slack-rs"
description = "slack realtime messaging client"
license = "Apache-2.0"

[lib]
name = "slack"
path = "src/lib.rs"

[[bin]]

name = "slack_example"

[dependencies]
hyper = "*"
rustc-serialize = "*"
openssl = "*"
websocket = "0.11.0"