cbor-bin 0.1.0

A command line tool for working with CBOR
[[bin]]
name = "cbor-bin"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.cbor-data]
version = "0.8.18"

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

[package]
authors = ["Roland Kuhn <rk@rkuhn.info>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command line tool for working with CBOR"
documentation = "https://docs.rs/cbor-bin"
edition = "2024"
homepage = "https://crates.io/crates/cbor-bin"
license = "MIT OR Apache-2.0"
name = "cbor-bin"
readme = false
repository = "https://github.com/Actyx/cbor-data"
resolver = "1"
version = "0.1.0"