riley-auth-cli 0.1.0

CLI for riley_auth — server management, key generation, and administration
# 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 = "riley-auth-cli"
version = "0.1.0"
authors = ["Riley Leff <rileyleff@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for riley_auth — server management, key generation, and administration"
readme = "README.md"
keywords = [
    "auth",
    "oauth",
    "jwt",
    "identity",
]
categories = [
    "web-programming",
    "authentication",
]
license = "MIT"
repository = "https://github.com/rileyleff/riley_auth"
resolver = "2"

[[bin]]
name = "riley-auth"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.riley-auth-api]
version = "0.1.0"

[dependencies.riley-auth-core]
version = "0.1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "chrono",
    "uuid",
]

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
    "serde",
]