oboron-cli-core 0.1.0

Shared CLI plumbing for the oboron protocol tooling — profile/config management for the ~/.oboron/ dir, key normalization, file backup.
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 = "2021"
rust-version = "1.77.0"
name = "oboron-cli-core"
version = "0.1.0"
authors = ["Bojan Đuričković"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared CLI plumbing for the oboron protocol tooling — profile/config management for the ~/.oboron/ dir, key normalization, file backup."
homepage = "https://oboron.org/"
documentation = "https://oboron.org/"
readme = "README.md"
keywords = [
    "cli",
    "oboron",
    "obcrypt",
    "profile",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitlab.com/oboron/oboron-tools-rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.data-encoding]
version = "2.6"

[dependencies.dirs]
version = "5.0"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"