actix-web-sql-identity 0.4.1

A SQL-backend identity provider for Actix Web's identity system
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 = "actix-web-sql-identity"
version = "0.4.1"
authors = ["Kevin Allison <kvnallsn@gmail.com>"]
exclude = ["tests/*.sqlite3", "doc/**/*.html"]
description = "A SQL-backend identity provider for Actix Web's identity system"
documentation = "https://docs.rs/crate/actix-web-sql-identity"
readme = "README.md"
keywords = ["identity", "actix", "database", "sql", "postgres"]
categories = ["web-programming", "database", "authentication"]
license = "BSD-3-Clause"
repository = "https://github.com/kvnallsn/actix-web-database-identity"
[dependencies.actix]
version = "0.7"

[dependencies.actix-web]
version = "0.7"

[dependencies.base64]
version = "0.9"

[dependencies.chrono]
version = "0.4.4"

[dependencies.diesel]
version = "1.3"
features = ["chrono", "r2d2"]

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.5"
[dev-dependencies.dotenv]
version = "0.13"

[features]
default = ["sqlite", "mysql", "postgres"]
mysql = ["diesel/mysql"]
postgres = ["diesel/postgres"]
sqlite = ["diesel/sqlite"]
[badges.travis-ci]
branch = "master"
repository = "kvnallsn/actix-web-database-identity"