szdt_cli 0.0.2

SZDT CLI for signing and verifying data
Documentation
# 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"
name = "szdt_cli"
version = "0.0.2"
authors = ["Gordon Brander"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SZDT CLI for signing and verifying data"
readme = "README.md"
keywords = [
    "szdt",
    "decentralization",
    "CBOR",
]
license = "MIT"
repository = "https://github.com/gordonbrander/szdt"
resolver = "2"

[lib]
name = "szdt_cli"
path = "src/lib.rs"

[[bin]]
name = "szdt"
path = "src/bin/szdt.rs"

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

[dependencies.console]
version = "0.16.0"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.mime_guess2]
version = "2.3.1"

[dependencies.rand]
version = "0.9.1"

[dependencies.rusqlite]
version = "0.37.0"

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

[dependencies.szdt_core]
version = "0.0.2"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.tempfile]
version = "3.19.1"