[package]
edition = "2021"
rust-version = "1.85"
name = "cbor2-cli"
version = "1.0.5"
authors = ["0xZensh <txr1883@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
readme = "README.md"
keywords = [
"cbor",
"json",
"diagnostic",
"cli",
"hex",
]
categories = [
"command-line-utilities",
"encoding",
]
license = "MIT"
repository = "https://github.com/ldclabs/cbor2"
[[bin]]
name = "cbor"
path = "src/main.rs"
test = false
bench = false
doc = false
[[test]]
name = "cli"
path = "tests/cli.rs"
[dependencies.cbor2]
version = "1"
[dependencies.serde_json]
version = "1"