cyphr-cli 0.1.0

Reference CLI for the Cyphr identity protocol
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"
rust-version = "1.85"
name = "cyphr-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference CLI for the Cyphr identity protocol"
homepage = "https://cyphr.me"
documentation = "https://docs.rs/cyphr-cli"
readme = "README.md"
keywords = [
    "cli",
    "identity",
    "authentication",
    "cryptography",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license-file = "LICENSE"
repository = "https://github.com/Cyphrme/Cyphr"
resolver = "2"

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

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

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

[dependencies.base64ct]
version = "1"
features = ["alloc"]

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

[dependencies.coz]
version = "0.4.1"
package = "coz-rs"

[dependencies.cyphr]
version = "0.1.0"

[dependencies.cyphr-storage]
version = "0.1.0"

[dependencies.indexmap]
version = "2"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"
features = [
    "raw_value",
    "preserve_order",
]

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde_json]
version = "1"
features = [
    "raw_value",
    "preserve_order",
]

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