moq-token-cli 0.5.34

Media over QUIC - Token Generation and Validation
[package]
name = "moq-token-cli"
description = "Media over QUIC - Token Generation and Validation"
authors = ["Luke Curley"]
repository = "https://github.com/moq-dev/moq"
license = "MIT OR Apache-2.0"

version = "0.5.34"
edition = "2024"
rust-version.workspace = true

# The package is `moq-token-cli`, but the binary it ships is `moq-token`.
[[bin]]
name = "moq-token"
path = "src/main.rs"

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
moq-token = { workspace = true }