cbor2-cli 1.0.5

A practical cbor CLI for inspecting, decoding and encoding CBOR: diagnostic notation, JSON, hex/base64 and CBOR sequences.
[package]
name = "cbor2-cli"
version = "1.0.5"
authors = ["0xZensh <txr1883@gmail.com>"]
description = "A practical cbor CLI for inspecting, decoding and encoding CBOR: diagnostic notation, JSON, hex/base64 and CBOR sequences."
homepage = "https://github.com/ldclabs/cbor2"
repository = "https://github.com/ldclabs/cbor2"
readme = "README.md"
keywords = ["cbor", "json", "diagnostic", "cli", "hex"]
categories = ["command-line-utilities", "encoding"]
license = "MIT"
edition = "2021"
rust-version = "1.85"

[[bin]]
path = "./src/main.rs"
name = "cbor"
doc = false
test = false
bench = false

[dependencies]
cbor2 = { path = "..", version = "1" }
serde_json = "1"