finchers-session 0.1.0

Session support for Finchers.
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 = "finchers-session"
version = "0.1.0"
authors = ["Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>"]
include = ["Cargo.toml", "build.rs", "src/**/*", "tests/**/*", "examples/**/*", "benches/**/*", "LICENSE-MIT", "LICENSE-APACHE"]
description = "Session support for Finchers.\n"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/finchers-rs/finchers-session.git"
[package.metadata.docs.rs]
features = ["secure", "redis", "extern-prelude"]
[dependencies.cookie]
version = "0.11.0"

[dependencies.failure]
version = "0.1.2"

[dependencies.finchers]
version = "0.12"
default-features = false

[dependencies.futures]
version = "0.1.24"

[dependencies.redis]
version = "0.9.1"
optional = true

[dependencies.time]
version = "0.1.40"

[dependencies.uuid]
version = "0.7.1"
features = ["serde", "v4"]
[dev-dependencies.http]
version = "0.1.13"

[dev-dependencies.log]
version = "0.4.5"

[dev-dependencies.pretty_env_logger]
version = "0.2.4"

[dev-dependencies.serde]
version = "1.0.79"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.30"

[features]
default = ["secure"]
extern-prelude = []
secure = ["cookie/secure", "finchers/secure"]
strict = []