svc-authn 0.5.2

An authentication library.
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 = "svc-authn"
version = "0.5.2"
authors = ["Andrei Nesterov <ae.nesterov@gmail.com>"]
description = "An authentication library."
readme = "README.md"
keywords = ["authentication", "authn", "middleware", "jwt", "bearer"]
categories = ["authentication", "web-programming"]
license = "MIT"
repository = "https://github.com/netology-group/svc-authn-rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.diesel]
version = "1.4"
features = ["postgres"]
optional = true

[dependencies.http]
version = "0.1"
optional = true

[dependencies.jsonwebtoken]
version = "6.0"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tower-web]
version = "0.3"
optional = true

[features]
bearer = ["http"]
default = []
jose = ["bearer", "chrono", "jsonwebtoken"]
[badges.travis-ci]
repository = "netology-group/svc-authn-rs"