dee 0.0.17

An cli for drand, with support for timelock encryption.
# 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 = "dee"
version = "0.0.17"
authors = ["Thibault Meunier <crates@thibault.uk>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "dee"
description = "An cli for drand, with support for timelock encryption."
homepage = "https://github.com/thibmeu/drand-rs"
readme = "README.md"
keywords = [
    "drand",
    "cli",
    "rng",
    "random",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/thibmeu/drand-rs"

[package.metadata.deb]
assets = [
    [
    "target/release/dee",
    "usr/bin/",
    "755",
],
    [
    "../target/completions/dee.bash",
    "usr/share/bash-completion/completions/dee",
    "644",
],
    [
    "../target/completions/dee.fish",
    "usr/share/fish/completions/",
    "644",
],
    [
    "../target/completions/_dee",
    "usr/share/zsh/functions/Completion/Debian/",
    "644",
],
    [
    "../target/manpages/dee.1.gz",
    "usr/share/man/man1/",
    "644",
],
    [
    "../README.md",
    "usr/share/doc/dee/README.md",
    "644",
],
]
extended-description = "dee is a tool to retrieve public randomness generated by drand beacons, and perform. It features a drand client, automated verification, and timelock encryption."
name = "dee"
section = "utils"

[badges.maintenance]
status = "experimental"

[[bin]]
name = "dee"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.colored]
version = "2.1"

[dependencies.confy]
version = "0.6"

[dependencies.drand_core]
version = "0.0.17"

[dependencies.env_logger]
version = "0.11"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0.114"

[dependencies.time]
version = "0.3.35"
features = [
    "parsing",
    "serde-well-known",
]

[dependencies.tlock_age]
version = "0.0.5"
features = ["armor"]

[dependencies.tlock_age_non_rfc9380]
version = "0.0.3"
features = ["armor"]
package = "tlock_age"

[build-dependencies.clap]
version = "4.5"

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

[build-dependencies.clap_complete]
version = "4.5"

[build-dependencies.clap_mangen]
version = "0.2"

[build-dependencies.flate2]
version = "1.0"