[package]
edition = "2021"
rust-version = "1.83.0"
name = "obsigil-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for the obsigil mandate-token format: mint, verify, open, forward, and the byte-level conformance ops"
readme = "README.md"
keywords = [
"obsigil",
"jwt",
"token",
"mandate",
"cli",
]
categories = [
"command-line-utilities",
"cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/obsigil/obsigil-rs"
[[bin]]
name = "obsigil"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.obsigil]
version = "0.1.0"
features = [
"conformance",
"gcm-siv",
"toml",
"cbor",
]
[dependencies.serde_json]
version = "1"