obsigil-cli 0.1.0

Command-line tool for the obsigil mandate-token format: mint, verify, open, forward, and the byte-level conformance ops
# 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"
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"