actix-identity 0.1.0

Identity service 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-identity"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Identity service for actix web framework."
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-identity/"
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_identity"
path = "src/lib.rs"
[dependencies.actix-service]
version = "0.4.0"

[dependencies.actix-web]
version = "1.0.0"
features = ["secure-cookies"]
default-features = false

[dependencies.futures]
version = "0.1.25"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1.42"
[dev-dependencies.actix-http]
version = "0.2.3"

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

[dev-dependencies.bytes]
version = "0.4"