# 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 = "twitch_oidc_fix"
version = "0.1.2"
authors = ["Daniél Kerkmann <daniel@kerkmann.dev>"]
exclude = [
    "Dockerfile",
    ".dockerignore",
    ".gitlab-ci.yml",
    ".pre-commit-config.yaml",
]
description = "Fix twitch OIDC authorization, just a simple api binding."
homepage = "https://gitlab.com/kerkmann/twitch_oidc_fix"
keywords = [
    "api-bindings",
    "web",
]
categories = ["api-bindings"]
license = "EUPL-1.2"
repository = "https://gitlab.com/kerkmann/twitch_oidc_fix"
resolver = "2"

[profile.release]
lto = true
codegen-units = 1

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

[dependencies.dotenv]
version = "0.15"

[dependencies.env_logger]
version = "0.8"

[dependencies.itertools]
version = "0.10"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_url_params]
version = "0.2"

[dependencies.thiserror]
version = "1.0"

[dependencies.ureq]
version = "2.5.0"
features = [
    "serde",
    "json",
    "serde_json",
]