susanoo_contrib 0.0.6

Contributed libraries for Susanoo
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 = "susanoo_contrib"
version = "0.0.6"
authors = ["Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>"]
description = "Contributed libraries for Susanoo"
homepage = "https://ubnt-intrepid.github.io/susanoo"
documentation = "https://docs.rs/susanoo_contrib"
keywords = ["susanoo", "web", "framework", "futures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ubnt-intrepid/susanoo.git"
[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.serde]
version = "1.0.27"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.susanoo]
version = "0.0.6"

[dependencies.tera]
version = "0.11"

[dependencies.url]
version = "1.6"