tap-cli 0.6.0

Command-line interface for TAP Agent operations
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 = "2021"
name = "tap-cli"
version = "0.6.0"
authors = ["Pelle Braendgaard <pelle@notabene.id>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for TAP Agent operations"
readme = "README.md"
keywords = [
    "cli",
    "tap",
    "blockchain",
    "transactions",
    "didcomm",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/TransactionAuthorizationProtocol/tap-rs"

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

[[bin]]
name = "tap-cli"
path = "src/main.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "6.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-native-tls",
    "sqlite",
]

[dependencies.tap-agent]
version = "0.6.0"

[dependencies.tap-caip]
version = "0.6.0"

[dependencies.tap-msg]
version = "0.6.0"

[dependencies.tap-node]
version = "0.6.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.serial_test]
version = "3.0"

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

[dev-dependencies.tokio-test]
version = "0.4"