zqlu 0.2.2

zqlu is a convenient text-based format for public keys
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 = "2024"
name = "zqlu"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "zqlu is a convenient text-based format for public keys"
homepage = "https://zq.lu"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.codeckit]
version = "0.1.1"

[dependencies.crc]
version = "3.4.0"

[dependencies.num_enum]
version = "0.7.5"

[dependencies.p256]
version = "0.13.2"

[dependencies.p384]
version = "0.13.1"

[dependencies.p521]
version = "0.13.3"

[dependencies.primeorder]
version = "0.13.6"

[dependencies.ssh-key]
version = "0.6.7"

[dependencies.thiserror]
version = "2.0.18"