spaceapi-server 0.4.0

A library that allows you to easily implement a Space API server.
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 = "spaceapi-server"
version = "0.4.0"
authors = ["Raphael Nestler <raphael.nestler@gmail.com>", "Danilo Bargen <mail@dbrgn.ch>", "Stefan Schindler <stefan@estada.ch>"]
include = ["**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "AUTHORS.md", "LICENSE-MIT", "LICENSE-APACHE"]
description = "A library that allows you to easily implement a Space API server."
documentation = "https://coredump-ch.github.io/spaceapi-server-rs/"
readme = "README.md"
keywords = ["spaceapi", "hackerspaces", "status", "api", "server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coredump-ch/spaceapi-server-rs"
[dependencies.serde_json]
version = "^1.0"

[dependencies.spaceapi]
version = "^0.5.0"

[dependencies.r2d2]
version = "^0.7"

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

[dependencies.r2d2_redis]
version = "^0.6"

[dependencies.clippy]
version = "^0.0"
optional = true

[dependencies.log]
version = "^0.3"

[dependencies.router]
version = "^0.5"

[dependencies.iron]
version = "^0.5"

[dependencies.redis]
version = "^0.8"

[dependencies.urlencoded]
version = "^0.5"

[dependencies.error-type]
version = "^0.1"
[dev-dependencies.env_logger]
version = "^0.4"

[features]
unstable = ["clippy"]
[badges.travis-ci]
repository = "coredump-ch/spaceapi-server-rs"