# 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 = "sso-ui-jwt"
version = "0.4.0"
authors = ["RISTEK Open Source <team@ristek.cs.ui.ac.id>"]
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
description = "Rust library for JWT utilities from SSO UI"
homepage = "https://github.com/ristekoss/rust-sso-ui-jwt"
documentation = "https://docs.rs/sso-ui-jwt"
readme = "README.md"
keywords = [
    "sso",
    "jwt",
    "ristekoss",
    "ristekcsui",
    "universitasindonesia",
]
license = "MIT"
repository = "https://github.com/ristekoss/rust-sso-ui-jwt"
resolver = "2"

[dependencies.chrono]
version = "0.4.19"
features = ["serde"]

[dependencies.http_req]
version = "0.8.1"

[dependencies.jsonwebtoken]
version = "8.1.1"

[dependencies.log]
version = "0.4.17"
optional = true

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

[dependencies.serde_json]
version = "1.0.82"

[dependencies.strong-xml]
version = "0.6.3"

[features]
log = ["dep:log"]