crabka-cli 0.3.0

Operator CLI for Crabka (binary: `crabka`)
# 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"
rust-version = "1.95.0"
name = "crabka-cli"
version = "0.3.0"
authors = ["The Crabka Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operator CLI for Crabka (binary: `crabka`)"
readme = false
license = "Apache-2.0"
resolver = "2"

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

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

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

[dependencies.crabka-metadata]
version = "0.3"

[dependencies.crabka-security]
version = "0.3.0"

[dependencies.ring]
version = "0.17"

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

[dependencies.serde-wincode]
version = "0.1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
]
default-features = false

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.wincode]
version = "=0.4"

[dev-dependencies.assert2]
version = "0.4"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"