age-plugin-tlock 0.1.4

tlock plugin for age clients.
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 = "age-plugin-tlock"
version = "0.1.4"
authors = ["Thibault Meunier <crates@thibault.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tlock plugin for age clients."
homepage = "https://github.com/thibmeu/tlock-rs"
readme = "README.md"
keywords = [
    "tlock",
    "age",
    "cli",
    "cryptography",
    "encryption",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/thibmeu/tlock-rs"

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

[[bin]]
name = "age-plugin-tlock"
path = "src/main.rs"

[dependencies.age]
version = "0.11"

[dependencies.age-core]
version = "0.11"

[dependencies.age-plugin]
version = "0.6"

[dependencies.bincode]
version = "2.0.0-rc.3"

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

[dependencies.clap-verbosity-flag]
version = "3.0"

[dependencies.drand_core]
version = "0.0.18"

[dependencies.hex]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.tlock_age]
version = "0.0.8"
features = ["internal"]