tayvo_rocket_authifier 1.0.15

rocket.rs implementation of authifier
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tayvo_rocket_authifier"
version = "1.0.15"
authors = ["Pawel Makles <me@insrt.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rocket.rs implementation of authifier"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/authifier/authifier"
resolver = "1"

[features]
default = []
example = [
    "tayvo_authifier/async-std-runtime",
    "tayvo_authifier/database-mongodb",
    "async-std",
    "mongodb",
]
test = [
    "reqwest",
    "regex",
    "serde_json",
    "chrono",
    "base32",
    "example",
]

[lib]
name = "tayvo_rocket_authifier"
path = "src/lib.rs"

[[example]]
name = "rocket_mongodb"
path = "examples/rocket_mongodb.rs"

[[example]]
name = "rocket_mongodb_no_okapi"
path = "examples/rocket_mongodb_no_okapi.rs"

[dependencies.async-std]
version = "1.9.0"
features = [
    "tokio02",
    "tokio1",
    "attributes",
]
optional = true

[dependencies.base32]
version = "0.4.0"
optional = true

[dependencies.chrono]
version = "0.4.19"
optional = true

[dependencies.iso8601-timestamp]
version = "0.2.10"

[dependencies.mongodb]
version = "3.1"
optional = true

[dependencies.regex]
version = "1.5.6"
optional = true

[dependencies.reqwest]
version = "0.11.10"
features = ["json"]
optional = true

[dependencies.rocket]
version = "0.5.1"
features = ["json"]
default-features = false

[dependencies.schemars]
version = "0.8.8"

[dependencies.serde]
version = "1.0.116"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.81"
optional = true

[dependencies.tayvo_authifier]
version = "1.0.15"
features = [
    "rocket_impl",
    "okapi_impl",
]

[dependencies.tayvo_okapi]
version = "0.9.1"

[dependencies.tayvo_rocket_empty]
version = "0.1.2"
features = ["schema"]

[dependencies.tayvo_rocket_okapi]
version = "0.10.0"
features = ["swagger"]