actix-session 0.1.0-beta.1

Session for actix web framework.
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]
edition = "2018"
name = "actix-session"
version = "0.1.0-beta.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Session for actix web framework."
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-session/"
readme = "README.md"
keywords = ["http", "web", "framework", "async", "futures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-web.git"

[lib]
name = "actix_session"
path = "src/lib.rs"
[dependencies.actix-service]
version = "0.3.4"

[dependencies.actix-web]
version = "1.0.0-beta.1"

[dependencies.bytes]
version = "0.4"

[dependencies.derive_more]
version = "0.14"

[dependencies.futures]
version = "0.1.25"

[dependencies.hashbrown]
version = "0.2.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1.42"
[dev-dependencies.actix-rt]
version = "0.2.2"

[features]
cookie-session = ["actix-web/secure-cookies"]
default = ["cookie-session"]