openentropy-cli 0.5.0

CLI for openentropy — your computer is a hardware noise observatory
# 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 = "openentropy-cli"
version = "0.5.0"
authors = ["Amenti Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for openentropy — your computer is a hardware noise observatory"
homepage = "https://github.com/amenti-labs/openentropy"
readme = false
keywords = [
    "entropy",
    "randomness",
    "hardware",
    "TRNG",
    "security",
]
categories = [
    "cryptography",
    "hardware-support",
    "os",
]
license = "MIT"
repository = "https://github.com/amenti-labs/openentropy"
resolver = "2"

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3"

[dependencies.libc]
version = "0.2"

[dependencies.openentropy-core]
version = "0.5.0"

[dependencies.openentropy-server]
version = "0.5.0"

[dependencies.openentropy-tests]
version = "0.5.0"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

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

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