oidc-cli 0.7.1

A command line tool to work with OIDC tokens
# 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 = "2024"
rust-version = "1.88"
name = "oidc-cli"
version = "0.7.1"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool to work with OIDC tokens"
readme = "README.md"
keywords = [
    "oidc",
    "cli",
]
categories = [
    "command-line-utilities",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/ctron/oidc-cli"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/oidc-{ target }{ binary-ext }"
pkg-fmt = "bin"

[features]
vendored = ["openssl/vendored"]

[[bin]]
name = "oidc"
path = "src/main.rs"

[dependencies.actix-web]
version = "4"
features = ["openssl"]

[dependencies.anyhow]
version = "1"

[dependencies.biscuit]
version = "0.7"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.colored_json]
version = "5"

[dependencies.comfy-table]
version = "7"

[dependencies.directories]
version = "6"

[dependencies.humantime]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.oauth2]
version = "5"

[dependencies.open]
version = "5"

[dependencies.openidconnect]
version = "4"
features = ["accept-rfc3339-timestamps"]

[dependencies.openssl]
version = "0.10"

[dependencies.pretty-hex]
version = "0.4.1"

[dependencies.reqwest]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.simplelog]
version = "0.12"

[dependencies.time]
version = "0.3"
features = [
    "serde-well-known",
    "formatting",
]

[dependencies.tokio]
version = "1.36"
features = ["full"]

[dependencies.url]
version = "2"